Fix: スマホで見た時、ヘッダ右側が隠れる問題 (#265)

This commit is contained in:
KMY(雪あすか) 2023-11-10 09:12:05 +09:00 committed by GitHub
parent 4cedcf6132
commit c6bcbb837f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2290,7 +2290,7 @@ $ui-header-height: 55px;
display: none;
}
@media screen and (width >= 320px) {
@media screen and (width >= 370px) {
.logo--wordmark {
display: block;
}
@ -2299,6 +2299,16 @@ $ui-header-height: 55px;
display: none;
}
}
@media screen and (width < 330px) {
.logo--wordmark {
display: none;
}
.logo--icon {
display: none;
}
}
}
&__links {