Centered Pagination

This commit is contained in:
reverend 2020-08-12 22:29:18 +02:00
parent 1507a0b01e
commit 2243c7ed9e
2 changed files with 7 additions and 2 deletions

View File

@ -1,12 +1,14 @@
.LP-Pagination{
font-family: $-primary-sans-serif-font;
font-weight: bold;
display: flex;
flex-direction: row;
justify-content: center;
.LP-Pagination__List{
list-style-type: none;
display: flex;
flex-direction: row;
}
.LP-Pagination__Item{

View File

@ -252,7 +252,10 @@ body {
.LP-Pagination {
font-family: Montserrat, Helvetica, sans-serif;
font-weight: bold; }
font-weight: bold;
display: flex;
flex-direction: row;
justify-content: center; }
.LP-Pagination .LP-Pagination__List {
list-style-type: none;
display: flex;