We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60b092 commit 677fd48Copy full SHA for 677fd48
1 file changed
webroot/css/style.css
@@ -4315,7 +4315,16 @@
4315
4316
4317
/* Pagination */
4318
- .pagination { margin: 20px 0 5px; }
+ .pagination {
4319
+ margin: 20px 0 5px;
4320
+ display: flex;
4321
+ justify-content: center;
4322
+ flex-wrap: wrap;
4323
+ }
4324
+
4325
+ .pagination .pagination {
4326
+ margin: 0;
4327
4328
4329
.pagination > li > a {
4330
border: none;
0 commit comments