jonnybarnes.uk/resources/css/pagination.css
2025-12-11 17:17:01 +00:00

14 lines
221 B
CSS

@layer components {
.pagination {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
div {
display: flex;
flex-direction: row;
gap: 1ex;
}
}
}