Font size glitch fixed

This commit is contained in:
Standa Lukeš 2020-10-17 13:44:19 +00:00
parent 2fe272e4ca
commit 11b51efdcc

View file

@ -57,7 +57,7 @@ import Odevzdavatko from "./Odevzdavatko.svelte";
}
div {
font-size: 1.25em;
font-size: 1.25rem;
}
</style>