From 890a86d65debab6b95d1ff9649d715bab6d4272a Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 10 Dec 2020 13:38:40 +0100 Subject: [PATCH] =?UTF-8?q?Tvary=20na=20pozad=C3=AD=20nadpis=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/oborovky.svelte | 4 ++-- src/routes/prebiram.svelte | 4 ++-- src/routes/predseda.svelte | 6 +++--- src/routes/zalozit-spolek.svelte | 4 ++-- static/main.css | 8 ++++---- static/main.styl | 8 ++++---- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/routes/oborovky.svelte b/src/routes/oborovky.svelte index f8a1af8..738d526 100644 --- a/src/routes/oborovky.svelte +++ b/src/routes/oborovky.svelte @@ -77,7 +77,7 @@
-
+

Chci založit SOR


@@ -201,7 +201,7 @@
-
+

Přebírám SOR


diff --git a/src/routes/prebiram.svelte b/src/routes/prebiram.svelte index 600a5e5..1b61f3b 100644 --- a/src/routes/prebiram.svelte +++ b/src/routes/prebiram.svelte @@ -74,7 +74,7 @@
-
+

Přebírám formální spolek


@@ -312,7 +312,7 @@

-
+

Přebírám neformální spolek


diff --git a/src/routes/predseda.svelte b/src/routes/predseda.svelte index 2055828..843d7d8 100644 --- a/src/routes/predseda.svelte +++ b/src/routes/predseda.svelte @@ -251,7 +251,7 @@

  • na patře je kuchyňka, takže není problém si tu ohřát oběd. Nezapomeň si vlastní příbory a pokud si něco půjčíš, vrať to.
  • -
    +

    Google kalendář


    @@ -263,7 +263,7 @@

    -
    +

    Spolkovka


    @@ -301,7 +301,7 @@
    -
    +

    Akce a nahlašování akcí


    diff --git a/src/routes/zalozit-spolek.svelte b/src/routes/zalozit-spolek.svelte index 11ced4a..1916ced 100644 --- a/src/routes/zalozit-spolek.svelte +++ b/src/routes/zalozit-spolek.svelte @@ -94,7 +94,7 @@

    -
    +

    Formální spolek


    @@ -106,7 +106,7 @@

    -
    +

    Neformální spolek


    diff --git a/static/main.css b/static/main.css index 67aabe8..752a205 100644 --- a/static/main.css +++ b/static/main.css @@ -149,15 +149,15 @@ canvas { } .bg-circle { background-image: url("/svg/bg-circle.svg"); - background-size: 5em; + background-size: 6.5em; background-repeat: no-repeat; - background-position: center center; + background-position: center top; } .bg-square { background-image: url("/svg/bg-square.svg"); - background-size: 5em; + background-size: 6.5em; background-repeat: no-repeat; - background-position: center center; + background-position: center top; } .bg-center { background-position: center center; diff --git a/static/main.styl b/static/main.styl index 7a5fac0..d701787 100644 --- a/static/main.styl +++ b/static/main.styl @@ -142,15 +142,15 @@ body > canvas .bg-circle background-image: url("/svg/bg-circle.svg") - background-size: 5em + background-size: 6.5em background-repeat: no-repeat - background-position: center center + background-position: center top .bg-square background-image: url("/svg/bg-square.svg") - background-size: 5em + background-size: 6.5em background-repeat: no-repeat - background-position: center center + background-position: center top .bg-center background-position: center center