Skip to content

Commit

Permalink
fix: layout main 태그가 자식 요소에 중첩되는 문제 해결 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Dec 23, 2024
1 parent 52d02e5 commit df7952e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Layout/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const StLayout = styled.div`
.main-wrapper {
width: 100%;
padding: 88px 0 0 212px;
main {
& > main {
width: 100%;
padding: 0px 49px 0px 124px;
Expand Down

0 comments on commit df7952e

Please sign in to comment.