Skip to content

Commit e8d2266

Browse files
committed
Fix carousel width in xs breakpoint
1 parent 9306c94 commit e8d2266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Landing.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<br>
1111
<div style="font-size: 24px;"> Benvenuto in </div>
1212
<div class="logo">CoderBot</div>
13-
<v-flex xs11 md8 offset-md2>
13+
<v-flex xs12 md8 offset-md2>
1414
<v-carousel interval="10000" hide-delimiters>
1515
<v-carousel-item v-for="(item,i) in carouselItems" :key="i" :src="item.src">
1616
</v-carousel-item>

0 commit comments

Comments
 (0)