From 20f0cd468c65f147d6581f73906b8fbbfcbc0fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hozda?= Date: Fri, 9 Oct 2020 19:29:04 +0200 Subject: [PATCH] size does matter --- src/routes/index.svelte | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 46a90f8..906de51 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -205,35 +205,35 @@ } #predseda { top: 25vh; - width: calc(100% - 3em); + width: calc(100% - 4em); left: 0; padding: 0; padding-left: 20px; } #prebiram { top: 37.5vh; - width: calc(100% - 3em); + width: calc(100% - 4em); left: 0; padding: 0; padding-left: 20px; } #zapojit { top: 50vh; - width: calc(100% - 3em); + width: calc(100% - 4em); left: 0; padding: 0; padding-left: 20px; } #zalozit { top: 62.5vh; - width: calc(100% - 3em); + width: calc(100% - 4em); left: 0; padding: 0; padding-left: 20px; } #oborovky { top: 75vh; - width: calc(100% - 3em); + width: calc(100% - 4em); left: 0; padding: 0; padding-left: 20px; @@ -245,7 +245,7 @@ position: absolute; } .labels:hover > *:not(:hover) { - font-size: 3vw; + font-size: 4vw; } #cinnosti, #predseda, @@ -256,14 +256,14 @@ border-radius: 4vw; background-color: var(--color-primary); color: #fff !important; - padding: 1rem 0.75rem; + padding: 1.5rem 2rem; margin-left: 2em; margin-right: 2em; text-align: center; cursor: pointer; } .label.label2 span a { - font-size: 3vw; + font-size: 4vw; color: #fff; } svg {