Files
homepage/themes/hugo-coder/assets/scss/_pagination.scss
Hendrik Hogertz 63ba272b75 first commit
2022-01-15 00:56:38 +01:00

28 lines
379 B
SCSS

.pagination {
margin-top: 6rem;
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;
}
}
}
}