Skip to content

Commit 215a86f

Browse files
committed
Add top margin
1 parent 2762c8f commit 215a86f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/pages/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</h5>
122122
<v-btn
123123
to="/blog/how-to-send-sms-messages-from-excel"
124-
class="primary"
124+
class="primary mt-4"
125125
>
126126
<v-icon left>{{ mdiMicrosoftExcel }}</v-icon>
127127
Integration Guide
@@ -156,7 +156,7 @@
156156
</h5>
157157
<v-btn
158158
to="/blog/send-sms-when-new-row-is-added-to-google-sheets-using-zapier"
159-
class="primary"
159+
class="primary mt-4"
160160
>
161161
Zapier Integration Guide
162162
</v-btn>
@@ -183,7 +183,7 @@
183183
</h5>
184184
<v-btn
185185
to="https://docs.httpsms.com/webhooks/introduction"
186-
class="primary"
186+
class="primary mt-4"
187187
>
188188
<v-icon left>{{ mdiWebhook }}</v-icon>
189189
Documentation

0 commit comments

Comments
 (0)