Skip to content

Commit

Permalink
chore: front 화면 간격 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Feb 27, 2022
1 parent e54eff1 commit aaccd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/front/Front.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</v-row>

<!-- 주 기능 -->
<v-row align="center" class="mt-4" justify="center">
<v-row align="center" class="mt-7" justify="center">
<!-- 할인 기록 다운로드(txt)-->
<v-list-item :href="discountRecordsUrlTxt">
<v-list-item-content class="d-flex justify-center light-blue--text font-weight-bold"
Expand Down Expand Up @@ -58,7 +58,7 @@
:key="serviceGroup.displayName"
align="center"
justify="center"
class="mt-4"
class="mt-7"
>
<v-list-item
v-for="serviceItem in serviceGroup.items"
Expand Down

0 comments on commit aaccd3e

Please sign in to comment.