mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
21 lines
244 B
SCSS
21 lines
244 B
SCSS
.posts__pagination {
|
|
padding: 1em $pad-min;
|
|
}
|
|
|
|
.posts__pagination-container {
|
|
display: flex;
|
|
}
|
|
|
|
.posts__next-link,
|
|
.posts__prev-link {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.posts__next-link {
|
|
text-align: left;
|
|
}
|
|
|
|
.posts__prev-link {
|
|
text-align: right;
|
|
}
|