]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Make border line smaller on scrolled navbar
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Oct 2018 10:49:35 +0000 (11:49 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Oct 2018 10:49:35 +0000 (11:49 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index f8a7f2bf50a87001c35fbdb655a678cac6ae5777..be65acbb9bb9fd480518b42bfaab01df0d63fc31 100644 (file)
@@ -85,7 +85,7 @@ body {
 
                transition: background-color 200ms linear;
 
-               border-bottom: 4px solid $body-bg;
+               border-bottom: 2px solid $body-bg;
        }
 
        .navbar-brand {