From ff272ada6d2404c515a918dee1f7ad90f69307c7 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 30 Nov 2024 18:40:47 +0100 Subject: move margin from navbar to main-content This ensures that alerts are still shown right below the navbar, and instead the space is moved below the alert and the main content. --- asset-sources/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asset-sources/theme.scss') diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 12eff78..7127ffc 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -18,6 +18,7 @@ strong { #mainContent { flex: 1; + margin-top: 1em; } #siteFooter { @@ -37,7 +38,6 @@ strong { .navbar { font-family: "Inter", sans-serif; font-weight: 400; - margin-bottom: 1em; } .ui-element { -- cgit v1.2.3