The pagination styling is not 100% correct on mobile devices in the blank template. When you have a lot of articles, such that the pagination count is 10, on a mobile device the pagination starts to wrap to the next line. Since the CSS has a border-left-width: 0; for the pagination tag, the pagination fields which wrap around lack a border on the left hand side. Removing this line fixes the problem, but then the borders between the buttons look a little thicker. Also, during the wrap around, the top and bottom border also look thicker since they abut, maybe some top/bottom margin for this case would be appropriate. Of course, the best solution to have dynamic pagination such that when the display width decreases, the maximum number of pagination buttons decreases as well – but I’m not sure where to get started on that one.
Thanks,
Maciej