Fix pagination bar on small devices

Fix #2008
This commit is contained in:
Nicolas Lœuillet 2016-05-03 21:27:07 +02:00
parent 9b57bac8b9
commit e7cd089fa6
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A

View file

@ -437,6 +437,9 @@ main ul.row {
.indicator {
display: none;
}
.pagination li.prev, .pagination li.next {
width: auto;
}
}
@media only screen and (min-width : 400px) {