From 5aa552de4d5b60d2bde15509edc5d74565745fcf Mon Sep 17 00:00:00 2001 From: Mackenna Hale Date: Thu, 7 Dec 2023 15:41:58 -0600 Subject: [PATCH] position button on left --- frontend/src/pages/style/NavBar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/style/NavBar.css b/frontend/src/pages/style/NavBar.css index 3394f8c..ba94f8c 100644 --- a/frontend/src/pages/style/NavBar.css +++ b/frontend/src/pages/style/NavBar.css @@ -91,11 +91,11 @@ .signout-button { color: #fff; - background-color: rgb(255, 166, 0); + background-color: #F1B82D; padding: 5px; border-radius: 5px; text-decoration: none; margin-right: 20px; align-items: center; - justify-content: flex-end; + justify-content: flex-end !important; } \ No newline at end of file