diff --git a/bookface - loma/dark/bookface_dark.css b/bookface - loma/dark/bookface_dark.css index b28caa3..cddb045 100644 --- a/bookface - loma/dark/bookface_dark.css +++ b/bookface - loma/dark/bookface_dark.css @@ -1043,13 +1043,16 @@ iframe { } } -@media screen and (max-width: 480px) { - #topbar-first .navbar-toggle[data-target="#search-mobile"] { - left: 10%; - } - .topbar ul.nav { - position: relative !important; - left: 10% !important; - margin-left: 0 !important; - } +@media screen and (max-width: 480px){ + #topbar-first .navbar-toggle[data-target="#search-mobile"]{ + left: 10%; + } + .topbar ul.nav { + position: relative !important; + left: 10% !important; + margin-left: 0!important; + } + #topbar-first .topbar-nav .nav-segment { + margin-right: 0px; + } } diff --git a/bookface - loma/light/bookface_light.css b/bookface - loma/light/bookface_light.css index fb980c0..c80384b 100644 --- a/bookface - loma/light/bookface_light.css +++ b/bookface - loma/light/bookface_light.css @@ -985,4 +985,7 @@ iframe { left: 10% !important; margin-left: 0!important; } + #topbar-first .topbar-nav .nav-segment { + margin-right: 0px; + } }