Skip to content

Commit

Permalink
feature-025: 유튜브 검색 링크 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jina4066 committed Feb 18, 2024
1 parent 0ef689a commit aeb416b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/HomepageStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const SearchForm = styled.form`
.link-container {
display: flex;
align-items: center;
width: 516.5px;
width: 745px;
height: 36px;
}
Expand All @@ -101,7 +101,7 @@ export const SearchForm = styled.form`
`;

export const SearchInput = styled.input`
width: 372px;
width: 689px;
height: 26px;
padding: 16px 20px;
font-size: 1rem;
Expand Down

0 comments on commit aeb416b

Please sign in to comment.