diff --git a/pages/settings.htm b/pages/settings.htm
index 34174df..5baab5b 100644
--- a/pages/settings.htm
+++ b/pages/settings.htm
@@ -6,7 +6,7 @@
-
+
-
diff --git a/styles/ui.css b/styles/ui.css
index b3096cc..7039102 100644
--- a/styles/ui.css
+++ b/styles/ui.css
@@ -78,7 +78,6 @@ body {
background-color: var(--background-color);
}
-body:has(main.container),
.background {
background: linear-gradient(
25deg,
@@ -113,6 +112,11 @@ ul.sidenav-fixed + * {
padding-left: 300px;
}
+main.container > * {
+ padding-bottom: .5em;
+ padding-top: .5em;
+}
+
@media only screen and (max-width: 992px) {
ul.sidenav-fixed + * {
padding-left: 0;