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 {