Skip to content

Commit

Permalink
fix: footer item style on mobile (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao authored Dec 17, 2024
1 parent 8c57b25 commit e1efc3c
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 e1efc3c

Please sign in to comment.