Skip to content

Commit

Permalink
tune overflow behavior for brand links in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 7, 2023
1 parent 58873ca commit 4b83780
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ footer.footer {
.footer-brand-links {
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 2rem 0 0;
padding: 0;
font-size: 0.9rem;
Expand Down

0 comments on commit 4b83780

Please sign in to comment.