We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949521b commit 7c2f142Copy full SHA for 7c2f142
2 files changed
src/app/shared/components/footer/footer.scss
@@ -1,7 +1,6 @@
1
@use 'styles/typography' as t;
2
3
.footer {
4
- margin-top: 32px;
5
padding: 40px 0;
6
border-top: 1px solid var(--border);
7
src/styles/_section.scss
@@ -2,7 +2,7 @@
@mixin section {
position: relative;
- padding: 72px 0;
+ padding: clamp(44px, 8vw, 72px) 0;
}
8
// Full-bleed hairline divider sitting flush with the top edge of a section.
0 commit comments