pedf
/
spolky
Archived
1
0
Fork 0
master
Lukáš Hozda 4 years ago
parent 028e2875df
commit d7adc26cf0

@ -59,9 +59,9 @@
<section class="row fullheight">
<Logo/>
<div class="row" style="width: 100%">
<section class="col-1"></section>
<section class="col-1 hide-xs hide-sm"></section>
<section class="col-8">
<div style="margin-top: 23vh">
<div class="top-margin">
<h1 style="margin-bottom: 5vh">Spolkový akcelerátor</h1>
<hr class="thing-hr">
<h6 style="line-height: 1.4; margin-top: 5vh; font-size: calc(var(--font-size) / 1.5)">

@ -178,35 +178,35 @@
top: 70vh;
}
#predseda {
top: 20vh;
top: 30vh;
width: calc(100% - 16em);
left: 0;
padding: 0;
padding-left: 20px;
}
#prebiram {
top: 30vh;
top: 40vh;
width: calc(100% - 16em);
left: 0;
padding: 0;
padding-left: 20px;
}
#zapojit {
top: 40vh;
top: 50vh;
width: calc(100% - 16em);
left: 0;
padding: 0;
padding-left: 20px;
}
#zalozit {
top: 50vh;
top: 60vh;
width: calc(100% - 16em);
left: 0;
padding: 0;
padding-left: 20px;
}
#oborovky {
top: 60vh;
top: 70vh;
width: calc(100% - 16em);
left: 0;
padding: 0;

@ -61,9 +61,9 @@
<section class="row fullheight">
<Logo/>
<div class="row" style="width: 100%">
<section class="col-1"></section>
<section class="col-1 hide-sm hide-xs"></section>
<section class="col-5">
<div style="margin-top: 23vh">
<div class="top-margin">
<h1 style="margin-bottom: 5vh">Chci vědět víc o&nbsp;oborovkách</h1>
<hr class="thing-hr">
<h6 style="line-height: 1.4; margin-top: 5vh; font-size: calc(var(--font-size) / 1.5)">

@ -58,9 +58,9 @@
<section class="row fullheight">
<Logo/>
<div class="row" style="width: 100%">
<section class="col-1"></section>
<section class="col-1 hide-sm hide-xs"></section>
<section class="col-5">
<div style="margin-top: 23vh">
<div class="top-margin">
<h1 style="margin-bottom: 5vh">Přebírám spolek</h1>
<hr class="thing-hr">
<h6 style="line-height: 1.4; margin-top: 5vh; font-size: calc(var(--font-size) / 1.5)">

@ -61,9 +61,9 @@
<section class="row fullheight">
<Logo/>
<div class="row" style="width: 100%">
<section class="col-1"></section>
<section class="col-1 hide-sm hide-xs"></section>
<section class="col-5">
<div style="margin-top: 23vh">
<div class="top-margin">
<h1 style="margin-bottom: 5vh">Předseda spolku</h1>
<hr class="thing-hr">
<h6 style="line-height: 1.4; margin-top: 5vh; font-size: calc(var(--font-size) / 1.5)">
@ -269,9 +269,6 @@
<div class="spacer"></div>
</div>
</section>
<section class="row" style="margin-top: 9rem">
<div class="col-1"></div>
</section>
<section class="row" style="margin-top: 9vh">
<div class="col-1"></div>
<div class="col-5" style="font-size: calc(var(--font-size) / 1.7); padding-right: 4vw">

@ -58,9 +58,9 @@
<section class="row fullheight">
<Logo/>
<div class="row" style="width: 100%">
<section class="col-1"></section>
<section class="col-1 hide-sm hide-xs"></section>
<section class="col-7">
<div style="margin-top: 23vh">
<div class="top-margin">
<h1 style="margin-bottom: 5vh">Chci založit spolek</h1>
<hr class="thing-hr">
<h6 style="line-height: 1.4; margin-top: 5vh; font-size: calc(var(--font-size) / 1.5)">

@ -56,9 +56,9 @@
<section class="row fullheight">
<Logo/>
<div class="row" style="width: 100%">
<section class="col-1"></section>
<section class="col-1 hide-sm hide-xs"></section>
<section class="col-5">
<div style="margin-top: 23vh">
<div class="top-margin">
<h1 style="margin-bottom: 5vh">Chci se zapojit</h1>
<hr class="thing-hr">
<h6 style="line-height: 1.4; margin-top: 5vh; font-size: calc(var(--font-size) / 1.5)">

@ -383,4 +383,12 @@ canvas {
padding: 2rem 7rem !important;
font-size: calc(var(--font-size) * 0.7) !important;
}
.spacer {
height: 0;
display: 0;
}
.number-thing {
margin-top: 0;
margin-bottom: 0;
}
}

@ -296,6 +296,9 @@ body > canvas
margin-bottom: 1em
}
.top-margin
margin-top 23vh
@media screen and (max-width: 800px)
.panel .horizontal-menu
display: none
@ -343,3 +346,11 @@ body > canvas
.cool-button
padding: 2rem 7rem !important
font-size: calc(var(--font-size) * 0.7) !important
.spacer
height: 0
display: 0
.number-thing
margin-top: 0
margin-bottom: 0
.top-margin
margin-top: 0