sdy

update SearchInput width

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