Added intermediate responsive font sizes
This commit is contained in:
13
index.html
13
index.html
@@ -189,14 +189,23 @@
|
|||||||
.district {
|
.district {
|
||||||
stroke-width: 0.1;
|
stroke-width: 0.1;
|
||||||
}
|
}
|
||||||
|
.translationText, .romanizationText {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
.languageText {
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
.translationText, .romanizationText {
|
.translationText, .romanizationText {
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
}
|
}
|
||||||
.languageText {
|
.languageText {
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user