More styling - increase language font size
This commit is contained in:
10
index.html
10
index.html
@@ -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>
|
||||
|
Reference in New Issue
Block a user