Skip to content

Commit 1dd79b5

Browse files
committed
fix: footer
1 parent 6574bd1 commit 1dd79b5

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

  • packages/common-config/static/common/styles

packages/common-config/static/common/styles/global.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,18 +598,25 @@ nav.navbar.navbar--fixed-top + .main-wrapper {
598598

599599
@media (max-width: 600px) {
600600
.footer {
601-
padding: 0.5rem 0;
601+
padding-top: 0.5rem;
602+
padding-bottom: 1rem;
602603
padding-right: 1rem;
603604
padding-left: 1rem;
605+
height: 100%;
604606
}
605607

606608
.footer .container {
607609
flex-direction: column;
608610
align-items: flex-start;
609611
justify-content: center;
610-
gap: 0.5rem;
612+
gap: 1rem;
611613
padding: 0;
612614
}
615+
616+
.footer__links {
617+
gap: 1.25rem;
618+
}
619+
613620
.footer .container > :first-child {
614621
order: 2;
615622
}

0 commit comments

Comments
 (0)