Files
homepage/themes/hugo-coder/assets/scss/_pagination.scss
Hendrik Hogertz 05f0b104d4
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 12s
Update to current version
2025-11-05 23:14:41 +01:00

22 lines
312 B
SCSS

.pagination {
display: flex;
justify-content: center;
margin-top: 6rem;
text-align: center;
font-family: $font-family;
li {
display: inline;
text-align: center;
font-weight: 700;
margin: 0 2px;
text-align: center;
width: 2.2rem;
a {
font-weight: 300;
}
}
}