aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/scss/general.scss2
-rw-r--r--frontend/scss/main.scss7
2 files changed, 4 insertions, 5 deletions
diff --git a/frontend/scss/general.scss b/frontend/scss/general.scss
index b9cd31a..cb7d82e 100644
--- a/frontend/scss/general.scss
+++ b/frontend/scss/general.scss
@@ -65,7 +65,7 @@ b {
ul, ol {
margin-top: -0.5rem;
- margin-bottom: var(--margin-base - 0.5rem);
+ margin-bottom: var(--margin-base);
margin-left: 1rem;
list-style-position: outside;
diff --git a/frontend/scss/main.scss b/frontend/scss/main.scss
index e89d4e7..a2e446b 100644
--- a/frontend/scss/main.scss
+++ b/frontend/scss/main.scss
@@ -1,4 +1,7 @@
@use "../../node_modules/reset-css/reset.css";
+@use "general";
+@use "special";
+@use "home";
:root {
--color-dark: hsl(202, 25%, 9%);
@@ -18,7 +21,3 @@
font-size: 20px;
}
-
-@use "general";
-@use "special";
-@use "home";