simoncor.net/themes/hugo-coder/assets/scss/_pagination.scss

24 lines
335 B
SCSS
Raw Normal View History

2020-07-16 22:43:30 +02:00
.pagination {
2024-08-26 17:13:18 +02:00
display: flex;
justify-content: center;
margin-top: 6rem;
2020-07-16 22:43:30 +02:00
text-align: center;
2024-08-26 17:13:18 +02:00
font-family: $font-family;
2020-07-16 22:43:30 +02:00
li {
display: inline;
text-align: center;
font-weight: 700;
2024-08-26 17:13:18 +02:00
padding: 0 5px 0 5px;
margin: 0;
text-align: center;
width: 2.2rem;
2020-07-16 22:43:30 +02:00
a {
font-weight: 300;
}
}
}