We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ebfec commit c45b007Copy full SHA for c45b007
src/static/site6.css
@@ -32,7 +32,9 @@
32
/* Layout - Common */
33
34
body {
35
- margin: 10px;
+ position: relative;
36
+ margin: 0;
37
+ padding: 10px;
38
overflow-y: scroll;
39
}
40
@@ -41,8 +43,8 @@ body::before {
41
43
position: fixed;
42
44
top: 0;
45
left: 0;
- width: 100%;
- height: 100%;
46
+ width: 100vw;
47
+ height: 100vh;
48
z-index: -1;
49
50
/* NB: these are 100 LVW, "largest view width", etc.
@@ -56,7 +58,7 @@ body::before {
56
58
57
59
#page-container {
60
max-width: 1100px;
- margin: 10px auto 50px;
61
+ margin: 0 auto 40px;
62
padding: 15px 0;
63
64
0 commit comments