Skip to content

Commit

Permalink
fix: footer item style on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao committed Dec 17, 2024
1 parent a477929 commit cf99d48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,10 @@ aside + main {
margin-bottom: 0;
}

.footer__link-item {
display: inline-flex;
}

.footer__bottom {
flex-direction: column;
align-items: start;
Expand Down

0 comments on commit cf99d48

Please sign in to comment.