Skip to content

Commit

Permalink
fix: 적용하기 버튼 레이아웃 수정 (#600)
Browse files Browse the repository at this point in the history
[#599]

Co-authored-by: kyw0716 <[email protected]>
  • Loading branch information
gabrielyoon7 and kyw0716 authored Aug 18, 2023
1 parent f91ecf3 commit c30d5fa
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ export const filterContainerCss = css`
`;

const paddingBottomCss = css`
padding-bottom: 12rem;
@media screen and (max-width: ${MOBILE_BREAKPOINT}px) {
padding-bottom: 12rem;
}
`;

export const overFlowCss = css`
Expand Down

0 comments on commit c30d5fa

Please sign in to comment.