diff --git a/src/components/galerie.svelte b/src/components/galerie.svelte
index 82584f8..33f6de9 100644
--- a/src/components/galerie.svelte
+++ b/src/components/galerie.svelte
@@ -132,34 +132,35 @@
{:else if selected == "all"}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
-
-
-
+
-
-
-
-
-
-
-
+
+
-
-
-
-
-
+
+
{/if}
diff --git a/static/main.css b/static/main.css
index 0cbe21f..f027f93 100644
--- a/static/main.css
+++ b/static/main.css
@@ -237,7 +237,7 @@ canvas {
.number-thing .down ol li {
counter-increment: list;
list-style-type: none;
- font-size: calc(var(--font-size) / 1.7);
+ font-size: calc(var(--font-size) / 1.8);
position: relative;
}
.number-thing ol li:before,
diff --git a/static/main.styl b/static/main.styl
index b9602bc..3f92adb 100644
--- a/static/main.styl
+++ b/static/main.styl
@@ -218,7 +218,7 @@ body > canvas
& li
counter-increment: list
list-style-type: none;
- font-size calc(var(--font-size) / 1.7)
+ font-size calc(var(--font-size) / 1.8)
position: relative;
&:before
font-size 110%