mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fix pagination style (#145)
This commit is contained in:
committed by
GitHub
parent
13c99afe10
commit
54f0975aa9
@@ -1,15 +1,18 @@
|
|||||||
.pagination {
|
.pagination {
|
||||||
margin-top: 6.0rem;
|
margin-top: 6.0rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-family: $heading-font-family;
|
||||||
li {
|
li {
|
||||||
display: inline;
|
display: inline;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-weight: 700;
|
||||||
span {
|
span {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 3.2rem;
|
width: 3.2rem;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
font-weight: 300;
|
||||||
span {
|
span {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user