All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 12s
22 lines
312 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|