Skip to content

Commit 7c2f142

Browse files
committed
style: reduce empty space before footer on narrow screens
1 parent 949521b commit 7c2f142

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/shared/components/footer/footer.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@use 'styles/typography' as t;
22

33
.footer {
4-
margin-top: 32px;
54
padding: 40px 0;
65
border-top: 1px solid var(--border);
76

src/styles/_section.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@mixin section {
44
position: relative;
5-
padding: 72px 0;
5+
padding: clamp(44px, 8vw, 72px) 0;
66
}
77

88
// Full-bleed hairline divider sitting flush with the top edge of a section.

0 commit comments

Comments
 (0)