diff --git a/sass/pagination.scss b/sass/pagination.scss index 9e3b83b..07eace3 100644 --- a/sass/pagination.scss +++ b/sass/pagination.scss @@ -55,12 +55,12 @@ } } - .pagination-previous { + .pagination-previous-next { order: 2; } - .pagination-next { - order: 3; - } + // .pagination-next { + // order: 3; + // } .pagination-link { &.is-current { @@ -80,4 +80,13 @@ justify-content: flex-start; order: 1; } + + @include respond-to("small") { + flex-direction: column; + + .pagination-previous-next { + margin-bottom: 1rem; + order: 1; + } + } } \ No newline at end of file diff --git a/views/pages/mon-compte/ma-collection.ejs b/views/pages/mon-compte/ma-collection.ejs index 0c10905..7b811e5 100644 --- a/views/pages/mon-compte/ma-collection.ejs +++ b/views/pages/mon-compte/ma-collection.ejs @@ -76,8 +76,10 @@ Nombre total d'éléments : {{total}}