Centered Pagination
This commit is contained in:
parent
1507a0b01e
commit
2243c7ed9e
@ -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{
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user