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

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