File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ html, body {
54
54
margin : 0px ;
55
55
overflow-x : clip;
56
56
background-color : var (--base-color );
57
- min-height : 100 vh ;
57
+ min-height : 100 dvh ;
58
58
display : flex;
59
59
flex-direction : column;
60
60
}
@@ -67,7 +67,7 @@ html, body {
67
67
}
68
68
69
69
.grid-container {
70
- min-height : 100 vh ;
70
+ min-height : 100 dvh ;
71
71
72
72
/* sync media query with content-width (desktop) */
73
73
@media only screen and (min-width : 960px ) {
@@ -81,19 +81,19 @@ html, body {
81
81
82
82
.grid-cell {
83
83
background-color : var (--mantle-color );
84
- padding : 2 vh ;
85
- margin-left : 1 vh ;
86
- margin-right : 1 vh ;
84
+ padding : 2 dvh ;
85
+ margin-left : 1 dvh ;
86
+ margin-right : 1 dvh ;
87
87
}
88
88
89
89
.grid-cell .nav-bar {
90
- margin-bottom : 2 vh ;
90
+ margin-bottom : 2 dvh ;
91
91
/* display: grid;
92
92
grid-auto-flow: column; */
93
93
}
94
94
95
95
.grid-cell .bottom-bar {
96
- margin-top : 2 vh ;
96
+ margin-top : 2 dvh ;
97
97
padding : 0 ;
98
98
}
99
99
You can’t perform that action at this time.
0 commit comments