We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bdb0f commit af0ef1cCopy full SHA for af0ef1c
1 file changed
resources/logger/index.css
@@ -7,8 +7,9 @@
7
body {
8
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, 'Microsoft YaHei';
9
background: linear-gradient(135deg, #c7d2fe 0%, #fbcfe8 50%, #a5f3fc 100%);
10
- min-height: 100vh;
11
padding: 20px;
+ display: flex;
12
+ align-items: flex-start;
13
}
14
15
.container {
0 commit comments