This commit is contained in:
xaoxuu 2022-10-30 03:03:24 +08:00
parent a518baf5a9
commit 834f0277ea
2 changed files with 3 additions and 4 deletions

View File

@ -86,11 +86,9 @@
@media screen and (max-width: 900px)
height: 240px
@media screen and (max-width: $device-tablet)
height: 280px
@media screen and (max-width: $device-mobile)
height: 240px
@media screen and (max-width: $device-mobile-425)
height: 220px
@media screen and (max-width: $device-mobile-425)
height: 200px
@media screen and (max-width: $device-mobile-375)
height: 180px

View File

@ -2,6 +2,7 @@
text-align: center
position: relative
align-items: center
max-width 400px
.md .tag-plugin.quot:not(span)
display: inline-flex
align-self: center