Skip to content

Commit 4b83780

Browse files
committed
tune overflow behavior for brand links in footer
1 parent 58873ca commit 4b83780

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/css/footer.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ footer.footer {
7070
.footer-brand-links {
7171
list-style: none;
7272
display: flex;
73+
flex-wrap: wrap;
74+
justify-content: center;
7375
margin: 2rem 0 0;
7476
padding: 0;
7577
font-size: 0.9rem;

0 commit comments

Comments
 (0)