Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
yamageji committed Mar 24, 2024
1 parent f8b8ea3 commit 3846e97
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apps/web/app/components/MessagePageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<section class="container">
<div class="content">
<div class="title">
<VFTypography variant="heading/700" color="vue-blue">
<VFTitle id="message">
{{ $t('message.title') }}
</VFTypography>
</VFTitle>
</div>
<div class="body">
<MarkDownText path="message" />
Expand All @@ -14,7 +14,7 @@
</template>

<style scoped>
@import url("~/assets/media.css");
@import url('~/assets/media.css');
.container {
--container-padding: calc(var(--unit) * 15) 6%;
Expand All @@ -37,7 +37,6 @@
.title {
text-align: center;
line-height: 1.2;
}
.body {
Expand Down Expand Up @@ -67,18 +66,19 @@
@media (--tablet) {
.container {
--container-padding: 60px 6%;
--container-padding: 60px 6%;
}
.content {
--content-gap: 30px
--content-gap: 30px;
}
.body {
--body-font-size: 1rem;
& :deep(p) {
--body-p-margin-bottom: 29px
--body-p-margin-bottom: 29px;
}
}
}</style>
}
</style>

0 comments on commit 3846e97

Please sign in to comment.