From 2f283f9c5208576a0b9339d345a9e2d8ce87f7e7 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sun, 31 Dec 2023 15:17:15 -0600 Subject: [PATCH] add flex style to navbar --- styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index 55f4e4d..9bec671 100644 --- a/styles/global.css +++ b/styles/global.css @@ -21,7 +21,7 @@ } .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 {