From 6513e229c1fe5d276c261b9389ad36fa4361aa12 Mon Sep 17 00:00:00 2001 From: Kevin Babakhani <113073767+KevinLemon112@users.noreply.github.com> Date: Sat, 21 Sep 2024 11:30:20 -0700 Subject: [PATCH] Update styles.css --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 8dc54cc..d324c18 100644 --- a/styles.css +++ b/styles.css @@ -48,7 +48,7 @@ nav input { padding: 10px; border: none; border-radius: 5px; - margin-left: 300px; /* Adjusted margin for the search bar */ + margin-left: 200px; /* Adjusted margin for the search bar */ font-size: 14px; /* Adjusted font size */ width: 200px; /* Adjusted width for the search bar */ background-color: #fff; /* Background color */ @@ -282,4 +282,4 @@ footer { .filter-section { width: 100%; /* Full width for better mobile responsiveness */ } -} \ No newline at end of file +}