Make even smaller

This commit is contained in:
Niek van der Maas 2023-03-21 20:03:49 +01:00
parent 3c60d2c40d
commit 09a694f9d3
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -35,4 +35,4 @@
</div>
</section>
<Footer />
<Footer />

View File

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