1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00
danbarber.me.hugo/assets/sass/components/_posts.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;
}