diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index a86e811..d96839e 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2178,7 +2178,7 @@ a[title*="pawoo.net"]::after { } nav > .navbar-text > div{ - font-size: 0px; + font-size: unset; } } @media screen and (min-width: $converse_widtd) { @@ -2202,4 +2202,8 @@ a[title*="pawoo.net"]::after { .dropdown-menu.show{ position: absolute; left: -215px; +} + +nav > .navbar-text > div{ + font-size: 0px; } \ No newline at end of file