diff --git a/fe/src/App.css b/fe/src/App.css index 48944fc..29fbded 100644 --- a/fe/src/App.css +++ b/fe/src/App.css @@ -32,6 +32,7 @@ header { width: calc(100vw - 30px); margin: 0 auto; display: flex; + justify-content: space-between; } main { diff --git a/fe/src/components/search/Search.tsx b/fe/src/components/search/Search.tsx index 8f861cd..ebb399f 100644 --- a/fe/src/components/search/Search.tsx +++ b/fe/src/components/search/Search.tsx @@ -37,7 +37,7 @@ const Search = ({ setSearchResults, setSearchString, searchString }: SearchProps }; return ( -
+