pedf
/
spolky
Archived
1
0
Fork 0

uprava velikosti

master
Lukáš Hozda 4 years ago
parent ec689c2ae7
commit c7f4bdce26

@ -103,7 +103,7 @@ canvas {
padding: 1rem 3rem;
}
.horizontal-menu {
font-size: calc(var(--font-size) / 1.8);
font-size: calc(var(--font-size) / 1.7);
position: absolute;
display: flex;
bottom: 5vh;
@ -119,7 +119,7 @@ canvas {
.horizontal-menu a {
text-decoration: underline;
color: #000;
font-size: calc(var(--font-size) / 2.4);
font-size: calc(var(--font-size) / 2.1);
cursor: pointer;
transition: 0.2s;
}

@ -102,7 +102,7 @@ body > canvas
padding: 1rem 3rem
.horizontal-menu
font-size calc(var(--font-size) / 1.8)
font-size calc(var(--font-size) / 1.7)
position: absolute
display: flex
bottom: 5vh
@ -118,7 +118,7 @@ body > canvas
& a
text-decoration underline
color: #000
font-size calc(var(--font-size) / 2.4)
font-size calc(var(--font-size) / 2.1)
cursor pointer
transition .2s
&:hover