mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
* web-safe-fonts initial commit * updated contributors * reduced headings font weight * make release
24 lines
377 B
SCSS
24 lines
377 B
SCSS
.pagination {
|
|
margin-top: 6.0rem;
|
|
text-align: center;
|
|
font-family: $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;
|
|
width: 3.2rem;
|
|
}
|
|
}
|
|
}
|
|
}
|