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 9306c94 commit e8d2266Copy full SHA for e8d2266
src/components/Landing.vue
@@ -10,7 +10,7 @@
10
<br>
11
<div style="font-size: 24px;"> Benvenuto in </div>
12
<div class="logo">CoderBot</div>
13
- <v-flex xs11 md8 offset-md2>
+ <v-flex xs12 md8 offset-md2>
14
<v-carousel interval="10000" hide-delimiters>
15
<v-carousel-item v-for="(item,i) in carouselItems" :key="i" :src="item.src">
16
</v-carousel-item>
0 commit comments