From cdea7e23eaf1accb96b8c028f6b319385da135c3 Mon Sep 17 00:00:00 2001 From: qwertychomp Date: Wed, 8 Jan 2025 15:11:42 -0800 Subject: [PATCH] fix positioning for search bar silly --- css/searchbar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/searchbar.css b/css/searchbar.css index ab94277..276c819 100644 --- a/css/searchbar.css +++ b/css/searchbar.css @@ -1,4 +1,3 @@ - .search-container { text-align: center; margin: 20px 0; @@ -8,7 +7,7 @@ } #search-bar { - margin: 0 auto; + margin-right: auto; padding: 10px; border: 1px solid #ccc; border-radius: 4px; @@ -16,6 +15,7 @@ max-width: 400px; display: flex; justify-content: left; + margin-left:10px; } #search-icon{ font-size:30px;