style: add layout styles for app and navigation bar components

This commit is contained in:
Jan K9f 2024-12-18 09:23:34 +01:00
parent ba2e989d49
commit 66472b28f6
Signed by: jank
GPG key ID: B267751B8AE29EFE
4 changed files with 72 additions and 1 deletions

View file

@ -1 +1,10 @@
/* You can add global styles to this file, and also import other style files */
.container{
min-height:100vh;
}
html, body {
min-height: 100%;
height: auto;
margin: 0;
}