pedf
/
spolky
Archived
1
0
Fork 0

fix mobile stuff to a degree

master
Lukáš Hozda 4 years ago
parent 76192a3cfe
commit 91bed6f0bd

@ -168,6 +168,42 @@
#plusko:hover .not-spinny {
opacity: 0;
}
@media screen and (max-width: 800px) {
#cinnosti {
left: auto;
right: auto;
top: 70vh;
}
#predseda {
top: 10vh;
left: 50%;
transform: translate(-50%, 0); }
#prebiram {
top: 20vh;
left: 50%;
transform: translate(-50%, 0); }
#zapojit {
top: 30vh;
left: 50%;
transform: translate(-50%, 0); }
#zalozit {
top: 60vh;
left: 50%;
transform: translate(-50%, 0); }
#oborovky {
top: 70vh;
left: 50%;
transform: translate(-50%, 0); }
.cross {
display: none;
width: 0 !important;
height: 0!important;
position: absolute;
}
.labels:hover > *:not(:hover) {
font-size: calc(var(--font-size) / 1.7);
}
}
</style>
<script>
@ -317,7 +353,7 @@
</script>
<svelte:head>
<title>PedF UK Spolky | </title>
<title>Spolky a SORky PedF UK | Chci se zapojit</title>
</svelte:head>
<Logo/>

@ -379,4 +379,8 @@ canvas {
.menu ul {
width: 90vw !important;
}
.cool-button {
padding: 2rem 7rem !important;
font-size: calc(var(--font-size) * 0.7) !important;
}
}

@ -340,3 +340,6 @@ body > canvas
font-size: calc(var(--font-size) / 1.5) !important
& ul
width 90vw !important
.cool-button
padding: 2rem 7rem !important
font-size: calc(var(--font-size) * 0.7) !important