From 4bf3261979d39119db9cfe847b582967a8f42dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hozda?= Date: Sat, 10 Oct 2020 20:22:01 +0200 Subject: [PATCH] fixes --- src/components/galerie.svelte | 41 ++++++++++++++++++----------------- static/main.css | 2 +- static/main.styl | 2 +- 3 files changed, 23 insertions(+), 22 deletions(-) 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%