fix: store page styling
This commit is contained in:
parent
f369462e7f
commit
282e5bc2a6
2 changed files with 3 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ $helvetica: (
|
|||
background-color: #d4d4d8;
|
||||
}
|
||||
|
||||
.carousel__viewport {
|
||||
|
||||
.store-caoursel > .carousel__viewport {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
:autoplay="15 * 1000"
|
||||
:transition="500"
|
||||
:pauseAutoplayOnHover="true"
|
||||
class="store-caoursel"
|
||||
>
|
||||
<VueSlide v-for="game in recent" :key="game.id">
|
||||
<div class="w-full h-full relative">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue