Skip to content

Commit a09093c

Browse files
committed
スタイルを修正した
1 parent 8e33ab8 commit a09093c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/web/app/components/AccessPageSection.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { color } = useColor()
1515
<h3
1616
:style="{
1717
fontWeight: fontWeight('heading/800'),
18-
fontSize: fontSize('body/400'),
18+
fontSize: fontSize('heading/300'),
1919
color: color('vue-blue')
2020
}"
2121
class="place-name"
@@ -32,15 +32,15 @@ const { color } = useColor()
3232
<p
3333
:style="{
3434
fontWeight: fontWeight('body/300'),
35-
fontSize: fontSize('body/300'),
35+
fontSize: fontSize('body/400'),
3636
}"
3737
>
3838
{{ $t('access.address') }}
3939
</p>
4040
<NuxtLink
4141
:to="$t('access.hp')" target="_blank" :style="{
4242
fontWeight: fontWeight('body/300'),
43-
fontSize: fontSize('body/300'),
43+
fontSize: fontSize('body/400'),
4444
color: color('vue-blue')
4545
}">
4646
{{ $t('access.hp') }}

0 commit comments

Comments
 (0)