Refactored layout. Added NavBar component.

This commit is contained in:
Mike Cao
2023-01-18 15:05:39 -08:00
parent fad38dc180
commit 1d9c3133f0
56 changed files with 601 additions and 429 deletions

View File

@@ -4,4 +4,5 @@
align-items: center;
justify-content: center;
height: 100vh;
background: var(--base75);
}