Project setup + navigation

This commit is contained in:
2023-02-15 19:20:22 +01:00
parent 0b34ec0b1b
commit 266a7cd21d
22 changed files with 5273 additions and 813 deletions

View File

@@ -1 +1,9 @@
/* You can add global styles to this file, and also import other style files */
html, body { height: 100vh; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
mat-drawer > div {
display: flex;
flex-direction: column;
}