Refactoring of styles - BEM + ITCSS, removed Disqus.
[ghost-theme-willow.git] / source / sass / components / _post-pagination.scss
1 /*
2 |-------------------------------------------------------------------------------
3 | Post pagination
4 |-------------------------------------------------------------------------------
5 */
6 .c-post-pagination {
7 @extend .clear;
8 }
9
10 .c-post-pagination__item--older {
11 float: right;
12 }