feat: Repositionne la pagination en dessous des images
This commit is contained in:
parent
552866204f
commit
f2acc6b8b3
|
@ -70,6 +70,11 @@ function slideMove(splide, newIndex) {
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style lang="sass">
|
||||||
|
.splide__pagination
|
||||||
|
bottom: -1.5em
|
||||||
|
</style>
|
||||||
|
|
||||||
<style lang="sass" scoped>
|
<style lang="sass" scoped>
|
||||||
input[type=radio]
|
input[type=radio]
|
||||||
margin-right: .5rem
|
margin-right: .5rem
|
||||||
|
|
Loading…
Reference in New Issue