Skip to content

Commit c0c585d

Browse files
fix(home): fix slideshow font size on mobile 🐛
1 parent 9772aaa commit c0c585d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/home/components/home.slideshow.component.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@
7979
<v-col cols="12">
8080
<v-row align="start" justify="center" class="text-center display-1">
8181
<v-col cols="12" md="12">
82-
<h4
82+
<h5
8383
:style="{
8484
color: color || config.vuetify.theme.themes[theme].onPrimary,
8585
}"
8686
>
8787
{{ text }}
88-
</h4>
88+
</h5>
8989
</v-col>
9090
</v-row>
9191
</v-col>

0 commit comments

Comments
 (0)