Spaces:
Runtime error
Runtime error
Update static/css/style.css
Browse files- static/css/style.css +1 -2
static/css/style.css
CHANGED
@@ -2,9 +2,8 @@ html, body {
|
|
2 |
--def: #fff;
|
3 |
--inv: #1d1d1d;
|
4 |
min-height:100vh;
|
5 |
-
position:absolute;
|
6 |
#max-height:100%;
|
7 |
-
|
8 |
background:#fff;
|
9 |
}
|
10 |
|
|
|
2 |
--def: #fff;
|
3 |
--inv: #1d1d1d;
|
4 |
min-height:100vh;
|
|
|
5 |
#max-height:100%;
|
6 |
+
height:100vh;
|
7 |
background:#fff;
|
8 |
}
|
9 |
|