💄 🐛 Fixed the loading style in mobile driver.

This commit is contained in:
凡梦星尘 2022-06-20 11:24:48 +08:00
parent 4ddcf875d5
commit 8948151b05

View File

@ -61,6 +61,12 @@
margin-top: 100px; margin-top: 100px;
text-align: center; text-align: center;
font-size: 2em; font-size: 2em;
@include tablet-mobile() {
padding-left: 0;
padding-right: 0;
width: auto;
}
} }
.comment-head { .comment-head {