Updated report header.

This commit is contained in:
Mike Cao 2023-10-15 20:24:28 -07:00
parent aa5d81d6a1
commit 2732ed18a4
8 changed files with 58 additions and 53 deletions

View file

@ -0,0 +1,7 @@
.menu {
width: 300px;
padding-right: 20px;
border-right: 1px solid var(--base300);
grid-row: 2 / 3;
grid-column: 1 / 2;
}