Skip to content

Commit

Permalink
Fix carousel width in xs breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace committed Dec 20, 2018
1 parent 9306c94 commit e8d2266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<br>
<div style="font-size: 24px;"> Benvenuto in </div>
<div class="logo">CoderBot</div>
<v-flex xs11 md8 offset-md2>
<v-flex xs12 md8 offset-md2>
<v-carousel interval="10000" hide-delimiters>
<v-carousel-item v-for="(item,i) in carouselItems" :key="i" :src="item.src">
</v-carousel-item>
Expand Down

0 comments on commit e8d2266

Please sign in to comment.