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

Commit 1412c9b

Browse files
committed
fix: resolve overflowing footer in mobile
1 parent 6c387bd commit 1412c9b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/Footer.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,13 @@ ol, ul
185185
.footer-left-wrap
186186
align-items center
187187
justify-content center
188+
189+
.footer-right-wrap
190+
.copyright
191+
display block
192+
193+
.copyright-item
194+
line-height 1
195+
border-right none
196+
text-align center
188197
</style>

0 commit comments

Comments
 (0)