]> git.ipfire.org Git - people/ms/westferry.git/commitdiff
CSS: Add a small margin under the top navigation bar
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Dec 2021 17:38:18 +0000 (17:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 1 Dec 2021 17:38:18 +0000 (17:38 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/styles/westferry.scss

index 0e9ea7db5c6767fcf3c58b212a7f89a6eaa1d98f..5efbd3a2dc35657d8490a3d42826d455b2eb69ec 100644 (file)
@@ -74,3 +74,11 @@ $foundation-palette: (
 // @include foundation-flex-classes;
 @include foundation-visibility-classes;
 // @include foundation-prototype-classes;
+
+/*
+       Custom CSS
+*/
+
+.top-bar {
+       margin-bottom: 1rem;
+}