Started working on resizing SVG

This commit is contained in:
2025-04-08 23:53:13 -04:00
parent ad254d2760
commit 66d88c133b
2 changed files with 13 additions and 6 deletions

View File

@@ -19,10 +19,10 @@
display: flex;
align-items: flex-start;
justify-content: space-evenly;
gap: 10% 10%;
}
svg {
border: 1px solid;
padding: 2em;
visibility: hidden;
opacity: 0;
@@ -117,6 +117,8 @@
.svgContainer {
position: relative;
display: inline-block;
flex-grow: 1;
height: 1000px;
}
.svgContainer .mapLoadSpinner {
@@ -201,7 +203,6 @@
</section>
<section class="svgContainer">
<svg id = "indiaMap" width="1300" height="1300"></svg>
<div id="mapLoadSpinner" class="mapLoadSpinner"></div>
</section>
</main>