More deletes. Fixed sticky header.

This commit is contained in:
Mike Cao 2023-02-08 23:14:11 -08:00
parent 87bbaa7f1d
commit 45c13da262
23 changed files with 69 additions and 582 deletions

View file

@ -2,12 +2,12 @@
display: grid;
grid-template-rows: 1fr;
grid-template-columns: max-content 1fr;
height: 100vh;
overflow: hidden;
}
.nav {
grid-row: 1 / 3;
height: 100vh;
position: fixed;
}
.body {