Font resizing stuff; looks better on desktop and mobile now

This commit is contained in:
2025-04-16 16:03:38 -05:00
parent 12d53370fb
commit 4e4570ed03
2 changed files with 20 additions and 12 deletions

View File

@@ -58,7 +58,8 @@
visibility: hidden;
font-family: "Noto Sans";
/* font-size:1.2em; */
font-size: max(0.8vmax, 16px);
/* font-size: max(0.8vmax, 16px);*/
font-size: 1.2em;
}
.romanizationText {
@@ -201,14 +202,14 @@
.district {
stroke-width: 0.1;
}
/* .translationText, .romanizationText {
font-size: 1em;
.translationText, .romanizationText {
font-size: 0.8em;
}
.languageText {
font-size: 0.8em;
} */
font-size: 0.6em;
}
}
}
/* @media only screen and (max-width: 768px) {
.translationText, .romanizationText {