fix title margin

This commit is contained in:
harukin 2019-01-03 10:30:53 +09:00
parent 08a80f4bd4
commit 4c6e7b80f7

View File

@ -1528,7 +1528,7 @@ blockquote {
#nav-app-link-wrapper.has_location {
/*カスタマイズ*/
min-width: 0;
flex-basis: 108px;
flex-basis: 0px;
}
#nav-app-link-wrapper {
@ -2172,7 +2172,7 @@ nav > .navbar-nav > a{
#nav-app-link-wrapper.has_location {
/*カスタマイズ*/
min-width: 0;
flex-basis: 0px;
flex-basis: 22vw;
}
}
@media screen and (min-width: 993px) {