12 lines
No EOL
138 B
SCSS
12 lines
No EOL
138 B
SCSS
.pagination {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.nav-link {
|
|
font-size: 130%;
|
|
}
|
|
|
|
.nav-link.active {
|
|
font-weight: bold;
|
|
} |