File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const { color } = useColor()
15
15
<h3
16
16
:style =" {
17
17
fontWeight: fontWeight('heading/800'),
18
- fontSize: fontSize('body/400 '),
18
+ fontSize: fontSize('heading/300 '),
19
19
color: color('vue-blue')
20
20
}"
21
21
class =" place-name"
@@ -32,15 +32,15 @@ const { color } = useColor()
32
32
<p
33
33
:style =" {
34
34
fontWeight: fontWeight('body/300'),
35
- fontSize: fontSize('body/300 '),
35
+ fontSize: fontSize('body/400 '),
36
36
}"
37
37
>
38
38
{{ $t('access.address') }}
39
39
</p >
40
40
<NuxtLink
41
41
:to =" $t('access.hp')" target =" _blank" :style =" {
42
42
fontWeight: fontWeight('body/300'),
43
- fontSize: fontSize('body/300 '),
43
+ fontSize: fontSize('body/400 '),
44
44
color: color('vue-blue')
45
45
}" >
46
46
{{ $t('access.hp') }}
You can’t perform that action at this time.
0 commit comments