sdy

update SearchInput width

...@@ -6,7 +6,7 @@ const SearchBox = styled.div` ...@@ -6,7 +6,7 @@ const SearchBox = styled.div`
6 `; 6 `;
7 7
8 const SearchInput = styled.input` 8 const SearchInput = styled.input`
9 - width: 450px; 9 + width: 400px;
10 height: 50px; 10 height: 50px;
11 border-radius: 40px; 11 border-radius: 40px;
12 border: none; 12 border: none;
......