From bd9efdd97b007dcc09cabed5be1f80b863d63d9f Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Wed, 3 Apr 2024 12:57:06 -0700 Subject: [PATCH] style: adjust margins and positioning on search page --- components/search/Search.tsx | 126 +++++++++++++++++------------------ 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/components/search/Search.tsx b/components/search/Search.tsx index 9acd274..1ee8bbd 100644 --- a/components/search/Search.tsx +++ b/components/search/Search.tsx @@ -280,11 +280,12 @@ const Search = () => { } return ( -
+
Search  For Courses
-
+ +
{
-
- -
-
-
- Search Filters -
- + + +
+
+
+ Search Filters
+ +
-
-
- - -
-
- Sort By: -
- -
-
+
+
+ - {loading ? ( - - ) : error ? ( - - ) : ( - +
+ Sort By: +
+ - )} - +
+ + {loading ? ( + + ) : error ? ( + + ) : ( + + )} +