Fix pagination style (#145)
This commit is contained in:
parent
13c99afe10
commit
54f0975aa9
|
@ -1,15 +1,18 @@
|
|||
.pagination {
|
||||
margin-top: 6.0rem;
|
||||
text-align: center;
|
||||
font-family: $heading-font-family;
|
||||
li {
|
||||
display: inline;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
span {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
width: 3.2rem;
|
||||
}
|
||||
a {
|
||||
font-weight: 300;
|
||||
span {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue