website/src/components/pagination.module.css

8 lines
84 B
CSS

.prev-page-link {
margin-right: 10px;
}
.next-page-link {
margin-left: 10px;
}