mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Fix .pagination margin
This commit is contained in:
parent
dd51522f81
commit
d863229586
@ -26,7 +26,6 @@ $page-number-basic {
|
|||||||
|
|
||||||
+mobile() {
|
+mobile() {
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
margin-bottom: 10px;
|
|
||||||
|
|
||||||
.prev, .next, .page-number {
|
.prev, .next, .page-number {
|
||||||
border-bottom: 1px solid $pagination-link-border;
|
border-bottom: 1px solid $pagination-link-border;
|
||||||
|
|||||||
@ -35,7 +35,7 @@ hr {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
+mobile() {
|
+mobile() {
|
||||||
margin: 80px 10px 0;
|
margin: 80px 0 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,3 +7,9 @@
|
|||||||
.post-block:first-of-type {
|
.post-block:first-of-type {
|
||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagination {
|
||||||
|
+mobile() {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user