💄 Fixed some display padding & margin in mobile.

This commit is contained in:
凡梦星尘
2022-06-18 19:53:09 +08:00
parent 3a46e83146
commit 00c93d2fb7
5 changed files with 103 additions and 95 deletions

View File

@@ -21,6 +21,14 @@
@include flex-column();
@include main-container();
@include mobile() {
font-size: $font-size-smaller;
}
@include mobile-small() {
font-size: $font-size-smallest;
}
@if $footer_vendors_enable {
.vendors-list {
a {