style boost

This commit is contained in:
2024-11-16 20:02:56 -06:00
parent 0a62eb7582
commit 48ab8f7964
24 changed files with 278 additions and 203 deletions

View File

@@ -1,13 +1,13 @@
.NavMenu {
display: flex;
flex-direction: column;
flex-direction: row;
border-right: 2px solid #444;
place-items: baseline;
gap: 3px;
}
.NavMenu > * {
padding: 0 0.5rem;
}
.NavMenu h1 {
padding: 0 0.5rem !important;
}
.NavMenu .spacer {