From a9756c45f8c16d61538f52f52156fce9b55e0ff3 Mon Sep 17 00:00:00 2001 From: qwertychomp Date: Wed, 8 Jan 2025 15:09:17 -0800 Subject: [PATCH 1/2] Update css/index.css i have to use web editor bluhhh --- css/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/index.css b/css/index.css index 7fffed7..e5ed530 100644 --- a/css/index.css +++ b/css/index.css @@ -70,6 +70,8 @@ button { display:flex; align-items: center; justify-content: center; + margin-left: auto; + margin-right: 0 } .source-btn { background-color: #333333; -- 2.39.5 From cdea7e23eaf1accb96b8c028f6b319385da135c3 Mon Sep 17 00:00:00 2001 From: qwertychomp Date: Wed, 8 Jan 2025 15:11:42 -0800 Subject: [PATCH 2/2] 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; -- 2.39.5