More styling - increase language font size

This commit is contained in:
2025-03-18 15:57:34 -04:00
parent fe2aaef413
commit 53cd9b9465

View File

@@ -25,6 +25,11 @@
border: 1px solid;
padding: 2em;
}
h1 {
margin-block: 0.67em;
font-size: 2em;
}
.state {
stroke: black;
fill: none;
@@ -40,7 +45,7 @@
stroke-width: 1;
}
.translationText, .romanizationText {
/* visibility: hidden; */
visibility: hidden;
font-family: "Noto Sans";
font-size:1.25em;
}
@@ -52,6 +57,7 @@
.languageText {
pointer-events: none;
font-weight: bold;
font-size: 1.15em;
font-family: sans-serif;
visibility: hidden;
}
@@ -114,7 +120,7 @@
<progress id="loading-screen" class="loading-indicator"></progress>
</section>
<svg id = "indiaMap" width="1200" height="1200"></svg>
<svg id = "indiaMap" width="1300" height="1300"></svg>
</main>
<script type="text/javascript" src="index.js"></script>