We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f5480 commit b820a41Copy full SHA for b820a41
packages/main/src/layouts/_website.scss
@@ -9,12 +9,6 @@
9
"main"
10
"footer";
11
> {
12
- @media (max-width: map.get(
13
- breakpoints.$breakpoints,
14
- "small"
15
- )) {
16
- padding-inline: 1rem;
17
- }
18
header {
19
grid-area: header;
20
}
@@ -31,6 +25,12 @@
31
25
footer {
32
26
margin: 0 auto;
33
27
@include breakpoints.container;
28
+ @media (max-width: map.get(
29
+ breakpoints.$breakpoints,
30
+ "small"
+ )) {
+ padding-inline: 1rem;
+ }
34
35
36
0 commit comments