From ea2552a4ce7d9eb34162ac3db7d061453dcceb38 Mon Sep 17 00:00:00 2001 From: Sequoia Haynes Date: Thu, 28 Nov 2024 12:58:52 -0800 Subject: [PATCH] oops forgot something --- css/searchbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/searchbar.css b/css/searchbar.css index 437a979..ab94277 100644 --- a/css/searchbar.css +++ b/css/searchbar.css @@ -3,7 +3,7 @@ text-align: center; margin: 20px 0; display:flex; - flex-direction: row; + flex-direction: row-reverse; justify-content:center; }