Skip to content

Commit

Permalink
fix(about): 활동후기 영역 상단 마진 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mcauto committed Oct 28, 2021
1 parent e6f0755 commit 23d1edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export default defineComponent({
flex-direction: column;
justify-content: center;
align-items: center;
grid-gap: 64px;
width: 100%;
margin: 0 auto 0 auto;
}
Expand Down Expand Up @@ -283,6 +282,7 @@ export default defineComponent({
.activity-row {
display: flex;
justify-content: center;
margin-bottom: 120px;
}
.activities {
display: flex;
Expand Down

0 comments on commit 23d1edd

Please sign in to comment.