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