Use existing div

This commit is contained in:
Niek van der Maas 2023-03-21 20:02:43 +01:00
parent a31912650f
commit 3c60d2c40d
3 changed files with 16 additions and 21 deletions

View File

@ -10,7 +10,7 @@
</head>
<body>
<div id="app"></div>
<div id="app" class="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>

View File

@ -18,8 +18,6 @@
}
</script>
<div class="page_container">
<Navbar />
<section class="section">
@ -38,5 +36,3 @@
</section>
<Footer />
</div>

View File

@ -7,8 +7,7 @@
}
}
.page_container {
.app {
display: flex;
flex-direction: column;
flex-grow: 1;