We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402332d commit b2ceae4Copy full SHA for b2ceae4
app/components/SectionTitle.vue
@@ -16,7 +16,7 @@ const props = defineProps({
16
<div class="font-kokuryu-heading text-40 opacity-10 lg:text-80">
17
{{ titleYamato }}
18
</div>
19
- <h2 class="-mt-6 text-xl font-extrabold lg:-mt-14 lg:text-40">
+ <h2 class="-mt-6 text-xl font-extrabold lg:-mt-8 lg:text-40">
20
{{ title }}
21
</h2>
22
app/components/TimetablePageSection.vue
@@ -412,8 +412,8 @@ import ExplainText from '~/components/ExplainText.vue'
412
413
414
415
+ <ExplainText explain="※各セッションの開始・終了時間は多少前後する可能性がありますので、あらかじめご了承ください。" />
416
- <ExplainText explain="※各セッションの開始・終了時間は多少前後する可能性がありますので、あらかじめご了承ください。" />
417
418
</section>
419
</template>
0 commit comments