Skip to content

Commit 065d901

Browse files
authored
Merge pull request #325 from vuejs-jp/fix-style
リファクタリングによって生じたスタイル崩れを修正した
2 parents 402332d + b2ceae4 commit 065d901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/SectionTitle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const props = defineProps({
1616
<div class="font-kokuryu-heading text-40 opacity-10 lg:text-80">
1717
{{ titleYamato }}
1818
</div>
19-
<h2 class="-mt-6 text-xl font-extrabold lg:-mt-14 lg:text-40">
19+
<h2 class="-mt-6 text-xl font-extrabold lg:-mt-8 lg:text-40">
2020
{{ title }}
2121
</h2>
2222
</div>

app/components/TimetablePageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ import ExplainText from '~/components/ExplainText.vue'
412412
</div>
413413
</div>
414414
</div>
415+
<ExplainText explain="※各セッションの開始・終了時間は多少前後する可能性がありますので、あらかじめご了承ください。" />
415416
</div>
416-
<ExplainText explain="※各セッションの開始・終了時間は多少前後する可能性がありますので、あらかじめご了承ください。" />
417417
</div>
418418
</section>
419419
</template>

0 commit comments

Comments
 (0)