Font size glitch fixed
This commit is contained in:
parent
2fe272e4ca
commit
11b51efdcc
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ import Odevzdavatko from "./Odevzdavatko.svelte";
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
font-size: 1.25em;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Reference in a new issue