We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1878fa commit d844f2dCopy full SHA for d844f2d
web/layouts/website.vue
@@ -4,16 +4,16 @@
4
<v-container>
5
<v-row>
6
<v-col class="w-full d-flex">
7
- <nuxt-link to="/" class="text-decoration-none d-flex">
8
- <v-avatar
9
- v-if="$vuetify.breakpoint.lgAndUp"
10
- tile
11
- size="33"
12
- class="mt-1"
13
- >
+ <nuxt-link to="/" class="text-decoration-none mt-5 d-flex">
+ <v-avatar tile size="33" class="mt-1">
14
<v-img contain :src="require('@/assets/img/logo.svg')"></v-img>
15
</v-avatar>
16
- <h3 class="text-h4 ml-1 text--primary">httpSMS</h3>
+ <h3
+ v-if="$vuetify.breakpoint.lgAndUp"
+ class="text-h4 ml-1 text--primary"
+ >
+ httpSMS
+ </h3>
17
</nuxt-link>
18
<v-spacer></v-spacer>
19
<v-btn
0 commit comments