Skip to content

Commit b820a41

Browse files
Update _website.scss
1 parent f3f5480 commit b820a41

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/main/src/layouts/_website.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
"main"
1010
"footer";
1111
> {
12-
@media (max-width: map.get(
13-
breakpoints.$breakpoints,
14-
"small"
15-
)) {
16-
padding-inline: 1rem;
17-
}
1812
header {
1913
grid-area: header;
2014
}
@@ -31,6 +25,12 @@
3125
footer {
3226
margin: 0 auto;
3327
@include breakpoints.container;
28+
@media (max-width: map.get(
29+
breakpoints.$breakpoints,
30+
"small"
31+
)) {
32+
padding-inline: 1rem;
33+
}
3434
}
3535
header {
3636
grid-area: header;

0 commit comments

Comments
 (0)