Font resizing stuff; looks better on desktop and mobile now
This commit is contained in:
13
index.html
13
index.html
@@ -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 {
|
||||
|
Reference in New Issue
Block a user