[Fix] adjust mobile header for RWD

This commit is contained in:
barrystone 2021-04-01 11:42:45 +08:00
parent 2105d9b1fb
commit 318dab3d51

View File

@ -133,7 +133,10 @@ $font-header-apply: 'Noto Serif CJK TC -Black';
left: 35%; left: 35%;
} }
@media screen and (max-width: $max-width-small-1) { @media screen and (max-width: $max-width-small-1) {
left: 28%; left: 25%;
}
@media screen and (max-width: $max-width-small-1) {
left: 26%;
} }
} }
@mixin headerLinksMobileSelectWidth { @mixin headerLinksMobileSelectWidth {
@ -142,7 +145,7 @@ $font-header-apply: 'Noto Serif CJK TC -Black';
width: 120px; width: 120px;
} }
@media screen and (max-width: $max-width-small-1) { @media screen and (max-width: $max-width-small-1) {
width: 110px; width: 115px;
} }
@media screen and (max-width: $max-width-small-2) { @media screen and (max-width: $max-width-small-2) {
width: 95px; width: 95px;