Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: wrap overflow contact types
Browse files Browse the repository at this point in the history
  • Loading branch information
billyyyyy3320 committed Mar 9, 2020
1 parent 323e0bf commit 12bfe80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ ol, ul
padding 0
.footer
height 60px
min-height 60px
box-sizing border-box
background-color $footerBgColor
display flex
Expand All @@ -146,9 +146,10 @@ ol, ul
.contact
display flex
flex-wrap wrap
justify-content center
.contact-item
flex 1
margin-right 10px
a
Expand Down Expand Up @@ -194,7 +195,7 @@ ol, ul
@media (max-width: $MQMobile)
.footer
height 100px
min-height 100px
flex-direction column
.footer-left-wrap
Expand Down

0 comments on commit 12bfe80

Please sign in to comment.