fix font size

This commit is contained in:
2024-05-28 16:50:04 +02:00
parent feedb5843a
commit d1e88f5bfd

View File

@@ -14,6 +14,7 @@ html {
height: 100%;
margin: 0;
padding: 0;
font-size: calc(14pt + 0.395vw);
}
body {
@@ -21,7 +22,6 @@ body {
height: 100%;
margin: 0;
padding: 0;
font-size: calc(14pt + 0.395vw);
background-color: rgb(105, 144, 189);
font-family: sans-serif;
}