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> </head>
<body> <body>
<div id="app" class="app"></div> <div id="app"></div>
<script type="module" src="/src/main.ts"></script> <script type="module" src="/src/main.ts"></script>
</body> </body>

View File

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