fix responsive balance
This commit is contained in:
parent
8ef319ace9
commit
301b1a74fd
@ -1526,8 +1526,9 @@ blockquote {
|
||||
}
|
||||
|
||||
#nav-app-link-wrapper.has_location {
|
||||
/*カスタマイズ*/
|
||||
min-width: 0;
|
||||
flex-basis: 25%;
|
||||
flex-basis: 108px;
|
||||
}
|
||||
|
||||
#nav-app-link-wrapper {
|
||||
@ -2163,9 +2164,10 @@ nav > .navbar-text > div{
|
||||
nav > .navbar-nav > a{
|
||||
font-size: 0px;
|
||||
}
|
||||
@media screen and (min-width: 430px) {
|
||||
@media screen and (min-width: 450px) {
|
||||
nav > .navbar-nav > a{
|
||||
font-size: unset;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 993px) {
|
||||
|
Reference in New Issue
Block a user