Skip to content

Commit

Permalink
ui: 서브페이지 레이아웃 데스크탑 사이즈 패딩 변경 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
TK-moon committed Nov 8, 2023
1 parent d0ac389 commit cd0df53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/LandingSubPageLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineComponent({})
.landing-sub-page-layout {
max-width: 1200px;
margin: 0 auto;
padding: 150px 0;
padding: 150px 20px;
@include tablet {
padding: 50px 20px;
}
Expand Down

0 comments on commit cd0df53

Please sign in to comment.