You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

21 lines
312 B

.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;
}
}
}