Skip to content

Commit 677fd48

Browse files
authored
fix pagination (#123)
1 parent f60b092 commit 677fd48

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

webroot/css/style.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4315,7 +4315,16 @@
43154315

43164316

43174317
/* Pagination */
4318-
.pagination { margin: 20px 0 5px; }
4318+
.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+
}
43194328

43204329
.pagination > li > a {
43214330
border: none;

0 commit comments

Comments
 (0)