Skip to content

Commit 55822ca

Browse files
committed
Change mobile hero section to Japanese text with traditional typography styling
1 parent bf48949 commit 55822ca

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

pages/index.vue

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@
9999
<div class="text-h5 tagline mb-6">
100100
Mother Lake and Ruby
101101
</div>
102-
<div class="text-h4 date-text mb-3">
103-
2026.7.18 <span class="text-h5 date-day">(Sat)</span>
102+
<div class="text-h4 date-text-mobile mb-3">
103+
二〇二六年七月十八日
104104
</div>
105105
<div class="text-h5 venue-text mb-8">
106106
<a class="venue-link" href="https://www.otsu-dengei.jp/" target="_blank">
107-
@Otsu Traditional Performing Arts Center
107+
@大津市伝統芸能会館
108108
</a>
109109
</div>
110110
</div>
@@ -376,6 +376,12 @@
376376
letter-spacing: 0.05em;
377377
}
378378

379+
.date-text-mobile {
380+
font-family: 'Hina Mincho', serif;
381+
font-weight: 400;
382+
letter-spacing: 0.15em;
383+
}
384+
379385
.date-day {
380386
font-family: 'Noto Sans JP', sans-serif;
381387
font-weight: 400;
@@ -389,12 +395,12 @@
389395

390396
.venue-link {
391397
color: #041D4F;
392-
text-decoration: underline 1px;
393-
transition: color 0.3s ease;
398+
text-decoration: none;
399+
transition: opacity 0.3s ease;
394400
}
395401

396402
.venue-link:hover {
397-
color: #0A1C4C;
403+
opacity: 0.7;
398404
}
399405

400406
.cta-button {
@@ -450,16 +456,14 @@
450456
}
451457

452458
@media (max-width: 768px) {
453-
.text-h4.date-text {
459+
.text-h4.date-text-mobile {
454460
font-size: 1.5rem !important;
455461
}
456462

457-
.text-h5.date-day {
458-
font-size: 1.2rem !important;
459-
}
460-
461463
.text-h5.venue-text {
464+
font-family: 'Hina Mincho', serif;
462465
font-size: 1.1rem !important;
466+
letter-spacing: 0.1em;
463467
}
464468

465469
.tagline {

0 commit comments

Comments
 (0)