Skip to content

Commit 2def9b7

Browse files
committed
fix(footer): reduce horizontal padding on desktop
1 parent 2941642 commit 2def9b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/layout/footer.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@
186186
}
187187

188188
@media (min-width: 1440px) {
189+
.footer__inner {
190+
padding: 40px 0;
191+
}
192+
189193
.footer__bottom {
190194
gap: 0;
191195
grid-template-columns: repeat(2, 1fr);

0 commit comments

Comments
 (0)