add flex style to navbar

This commit is contained in:
Triston Armstrong 2023-12-31 15:17:15 -06:00
parent 7dfd12e60d
commit 2f283f9c52

View File

@ -21,7 +21,7 @@
} }
.nav-bar { .nav-bar {
@apply px-5 py-2 bg-slate-500 bg-opacity-20; @apply px-5 py-2 bg-slate-500 bg-opacity-20 flex flex-col;
} }
.notes-container { .notes-container {