Styling changes mostly done

This commit is contained in:
2025-04-12 11:55:40 -04:00
parent 977cd1aa62
commit 6aedbbc942
2 changed files with 15 additions and 6 deletions

View File

@@ -27,7 +27,6 @@
visibility: hidden;
opacity: 0;
transition: opacity 1s, visibility 2s;
border: 2px solid;
}
svg.show {
@@ -58,7 +57,7 @@
.translationText, .romanizationText {
visibility: hidden;
font-family: "Noto Sans";
font-size:1.25em;
font-size:1.2em;
}
.romanizationText {
@@ -68,7 +67,7 @@
.languageText {
pointer-events: none;
font-weight: bold;
font-size: 1.15em;
font-size: 1em;
font-family: sans-serif;
visibility: hidden;
}
@@ -181,9 +180,19 @@
}
@media only screen and (max-width: 768px) {
main {
flex-direction: column;
align-items: stretch;
flex-direction: column;
align-items: stretch;
}
.district {
stroke-width: 0.1;
}
.translationText, .romanizationText {
font-size: 0.7em;
}
.languageText {
font-size: 0.6em;
}
}
</style>