diff --git a/public/css/theme-bthree-dark.css b/public/css/theme-bthree-dark.css index 29cc814..f379805 100644 --- a/public/css/theme-bthree-dark.css +++ b/public/css/theme-bthree-dark.css @@ -373,9 +373,16 @@ strong, b, h1, h2, h3, h4, h5, h6, } /* Hide the first link (app logo). */ - .following.bar #navbar .brand a:first-child { - display: none; - } +.following.bar #navbar .brand a:first-child { + display: none; +} + +/* Hide brand navbar completely when not in mobile. */ +@media (min-width: 768px) { + .following.bar #navbar .brand { + display: none; + } +} /* Invert direction so navbar toggle are in the same place when logged in/out. */ .following.bar #navbar .brand {