Centered Pagination
This commit is contained in:
parent
1507a0b01e
commit
2243c7ed9e
@ -1,12 +1,14 @@
|
|||||||
.LP-Pagination{
|
.LP-Pagination{
|
||||||
font-family: $-primary-sans-serif-font;
|
font-family: $-primary-sans-serif-font;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
.LP-Pagination__List{
|
.LP-Pagination__List{
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.LP-Pagination__Item{
|
.LP-Pagination__Item{
|
||||||
|
@ -252,7 +252,10 @@ body {
|
|||||||
|
|
||||||
.LP-Pagination {
|
.LP-Pagination {
|
||||||
font-family: Montserrat, Helvetica, sans-serif;
|
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 {
|
.LP-Pagination .LP-Pagination__List {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user