From: Michael Tremer Date: Wed, 1 Dec 2021 17:38:18 +0000 (+0000) Subject: CSS: Add a small margin under the top navigation bar X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7564fc159197b1785a08cda1cfd04b9654ebface;p=people%2Fms%2Fwestferry.git CSS: Add a small margin under the top navigation bar Signed-off-by: Michael Tremer --- diff --git a/src/styles/westferry.scss b/src/styles/westferry.scss index 0e9ea7d..5efbd3a 100644 --- a/src/styles/westferry.scss +++ b/src/styles/westferry.scss @@ -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; +}