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

Commit 12bfe80

Browse files
committed
fix: wrap overflow contact types
1 parent 323e0bf commit 12bfe80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/Footer.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ol, ul
133133
padding 0
134134
135135
.footer
136-
height 60px
136+
min-height 60px
137137
box-sizing border-box
138138
background-color $footerBgColor
139139
display flex
@@ -146,9 +146,10 @@ ol, ul
146146
147147
.contact
148148
display flex
149+
flex-wrap wrap
150+
justify-content center
149151
150152
.contact-item
151-
flex 1
152153
margin-right 10px
153154
154155
a
@@ -194,7 +195,7 @@ ol, ul
194195
195196
@media (max-width: $MQMobile)
196197
.footer
197-
height 100px
198+
min-height 100px
198199
flex-direction column
199200
200201
.footer-left-wrap

0 commit comments

Comments
 (0)