Skip to content

Commit

Permalink
style: 모바일 메인 하단 백그라운드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
solar3070 committed Dec 22, 2023
1 parent e494d7b commit 608a110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/MainPage/components/BottomLayout/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Wrapper = styled(motion.section)`
background-color: ${colors.white};
@media (max-width: 768px) {
padding: 0 5.98vw;
padding: 0;
}
`;

Expand Down Expand Up @@ -92,7 +92,9 @@ export const Layout = styled(motion.div)`
background: #f6f8fc;
@media (max-width: 768px) {
width: 100%;
padding: 65px 6.25vw 0 6.25vw;
border-radius: 20.946px 20.946px 0 0;
}
@media (max-width: 428px) {
Expand Down

0 comments on commit 608a110

Please sign in to comment.