mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
16 lines
208 B
Stylus
16 lines
208 B
Stylus
@import '_layout';
|
|
@import '_header';
|
|
@import '_menu';
|
|
@import '_sub-menu';
|
|
@import '_sidebar';
|
|
|
|
.post-block:first-of-type {
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.pagination {
|
|
+mobile() {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|