Skip to content

Commit 9b98266

Browse files
Add responsive padding to header on small screens
1 parent b820a41 commit 9b98266

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/main/src/layouts/_website.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
> {
1212
header {
1313
grid-area: header;
14+
@media (max-width: map.get(
15+
breakpoints.$breakpoints,
16+
"small"
17+
)) {
18+
padding-block-start: 1rem;
19+
}
1420
}
1521
main {
1622
display: grid;

0 commit comments

Comments
 (0)