diff options
author | Daniel Schadt <kingdread@gmx.de> | 2024-11-30 18:40:47 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2024-11-30 18:40:47 +0100 |
commit | ff272ada6d2404c515a918dee1f7ad90f69307c7 (patch) | |
tree | 0ced6a3ebf88462b8096b3be4b69605018cca3db /asset-sources/theme.scss | |
parent | 853e3e09c9f1c1d855f2081da2aa515f0fa742cb (diff) | |
download | fietsboek-ff272ada6d2404c515a918dee1f7ad90f69307c7.tar.gz fietsboek-ff272ada6d2404c515a918dee1f7ad90f69307c7.tar.bz2 fietsboek-ff272ada6d2404c515a918dee1f7ad90f69307c7.zip |
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.
Diffstat (limited to 'asset-sources/theme.scss')
-rw-r--r-- | asset-sources/theme.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |