From 301b1a74fd8cb1cf0f4f4de8291ffdbafb0d6c45 Mon Sep 17 00:00:00 2001 From: harukin Date: Thu, 3 Jan 2019 10:18:30 +0900 Subject: [PATCH] fix responsive balance --- view/theme/plusfuture/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index d69cdc7..d38d632 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -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) {