Skip to content

Commit e7d65ca

Browse files
committed
Use different header size for mobile
1 parent a682973 commit e7d65ca

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

web/pages/blog/forward-incoming-sms-from-phone-to-webhook.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
require('@/static/img/blog/forward-incoming-sms-from-phone-to-webhook/header.png')
1010
"
1111
></v-img>
12-
<h1 class="text-h2 mt-1">
12+
<h1
13+
class="mt-1"
14+
:class="{
15+
'text-h2': $vuetify.breakpoint.mdAndUp,
16+
'text-h3': !$vuetify.breakpoint.mdAndUp,
17+
}"
18+
>
1319
How to forward a text message (SMS) from an android phone into your
1420
webhook
1521
</h1>

0 commit comments

Comments
 (0)