Skip to content

Commit 571e905

Browse files
Copilotbenbalter
andcommitted
Center-align footer contact links on smaller breakpoints
Co-authored-by: benbalter <282759+benbalter@users.noreply.github.com>
1 parent 8f2e573 commit 571e905

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/Footer.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ import { footerLinks, contactLinks } from '../config';
6464
flex-direction: column;
6565
text-align: center;
6666
}
67+
68+
.nav > div {
69+
justify-content: center !important;
70+
}
6771
}
6872
</style>
6973

0 commit comments

Comments
 (0)