mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
20 lines
248 B
SCSS
20 lines
248 B
SCSS
.posts__pagination {
|
|
@include container;
|
|
display: flex;
|
|
margin-top: 1em;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.posts__next-link,
|
|
.posts__prev-link {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.posts__next-link {
|
|
text-align: left;
|
|
}
|
|
|
|
.posts__prev-link {
|
|
text-align: right;
|
|
}
|