Skip to content

Commit

Permalink
Fix footer social icon layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesname committed Feb 10, 2025
1 parent a6f9373 commit 1e64ae4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/scss/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ blockquote p {
min-width: 100%;
}

.footer-content .partners .partner-logos {
flex-wrap: wrap;
}

.partner-card .logo {
filter: invert(1) opacity(0.6);
}
Expand Down

0 comments on commit 1e64ae4

Please sign in to comment.