aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 19:33:20 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-02 19:33:20 +0200
commitc000d9482e183f74b6237ecaeb7f06c0862413de (patch)
tree96d36e872f7e3826692f8b11d6152834bf90ba57 /frontend
parent0ec5a0769f3c2dc851948a1011fa9062ff5c657b (diff)
feat(backend): handle log
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";