aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/style/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/routes/ui/style/layout.css')
-rw-r--r--server/src/routes/ui/style/layout.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/ui/style/layout.css b/server/src/routes/ui/style/layout.css
index 3332460..f392d04 100644
--- a/server/src/routes/ui/style/layout.css
+++ b/server/src/routes/ui/style/layout.css
@@ -34,7 +34,6 @@ body {
width: 100vw;
margin: 0px;
padding: 0px;
- min-height: 100vh;
}
nav {
@@ -89,6 +88,7 @@ nav .account {
margin-top: var(--bar-height);
margin-left: var(--main-side-margin);
margin-right: var(--main-side-margin);
+ margin-bottom: 1em;
}
.error {