Skip to content

Commit 5951871

Browse files
committed
refactor: 340px~409px에서 분과필터 두줄되지 않도록 수정
1 parent 22df688 commit 5951871

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pages/user/Main/components/FiltersSection/index.styled.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export const TabsWrapper = styled.div(({ theme }) => ({
3939
gap: '8px',
4040
width: '100%',
4141
},
42+
'@media (max-width: 409px)': {
43+
gap: '6px',
44+
},
4245
}));
4346

4447
type TabButtonProps = {
@@ -84,6 +87,10 @@ export const TabButton = styled.button<TabButtonProps>(({ theme, isSelected }) =
8487
padding: '8px 16px',
8588
fontSize: theme.font.size.sm,
8689
},
90+
'@media (max-width: 400px)': {
91+
padding: '8px 11px',
92+
fontSize: theme.font.size.sm,
93+
},
8794
}));
8895

8996
export const DropdownWrapper = styled.div({

0 commit comments

Comments
 (0)