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