Skip to content

Commit

Permalink
fix(SearchPage): 검색 페이지 탭바 width 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
0jenn0 committed Sep 26, 2024
1 parent 5547064 commit c184cb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/components/pages/search/SearchPage.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ export const MainPageTraveloguesList = styled.ul`
export const TabStyle = css`
position: fixed;
z-index: 1000;
width: 45rem;
width: 100%;
height: 5rem;
max-width: 45rem;
margin: auto;
background-color: ${PRIMITIVE_COLORS.white};
`;

0 comments on commit c184cb3

Please sign in to comment.