Fix: スマホで見た時、ヘッダ右側が隠れる問題 (#265)
This commit is contained in:
parent
4cedcf6132
commit
c6bcbb837f
1 changed files with 11 additions and 1 deletions
|
@ -2290,7 +2290,7 @@ $ui-header-height: 55px;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (width >= 320px) {
|
@media screen and (width >= 370px) {
|
||||||
.logo--wordmark {
|
.logo--wordmark {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -2299,6 +2299,16 @@ $ui-header-height: 55px;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (width < 330px) {
|
||||||
|
.logo--wordmark {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo--icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__links {
|
&__links {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue