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>
|
||||
</template>
|
||||
|
||||
<style lang="sass">
|
||||
.splide__pagination
|
||||
bottom: -1.5em
|
||||
</style>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
input[type=radio]
|
||||
margin-right: .5rem
|
||||
|
|
Loading…
Reference in New Issue