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/css/components/_posts.scss
2021-02-07 18:55:04 -05:00

24 lines
282 B
SCSS

.posts {
@include container;
}
.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;
}