File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -153,19 +153,20 @@ nav a:hover {
153
153
transform : translateY (3.5rem );
154
154
}
155
155
156
- @media screen and (min-width : 74 rem ) {
156
+ @media screen and (min-width : 75 rem ) {
157
157
.page-grid-body {
158
+ column-gap : 2rem ;
158
159
grid :
159
160
"left header side" auto
160
161
"left inside side" auto
161
162
"left content side" auto
162
163
"left footer side" auto
163
164
/ 16rem auto 16rem ;
164
- max-width : 74 rem ;
165
+ max-width : 75 rem ;
165
166
}
166
167
167
168
.page-grid-side {
168
- right : calc (50% - 37 rem );
169
+ right : calc (50% - 37.5 rem );
169
170
}
170
171
171
172
.page-grid-left {
Original file line number Diff line number Diff line change 1
1
.page-grid-body {
2
2
display : grid;
3
- gap : 0 1 rem ;
3
+ gap : 0 2 rem ;
4
4
grid :
5
5
"header side" auto
6
6
"inside side" auto
You can’t perform that action at this time.
0 commit comments