mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-27 21:24:15 -04:00
css: pagination buttons
* does same job with less code
This commit is contained in:
parent
81b0b0c809
commit
abea879e68
1 changed files with 2 additions and 8 deletions
|
@ -32,17 +32,11 @@
|
|||
line-height: 36px;
|
||||
background: var(--primary);
|
||||
border-radius: calc(36px / 2);
|
||||
}
|
||||
|
||||
.pagination .prev {
|
||||
padding-left: 16px;
|
||||
padding-right: 18px;
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
||||
.pagination .next {
|
||||
margin-left: auto;
|
||||
padding-left: 18px;
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
.toc {
|
||||
|
@ -73,4 +67,4 @@
|
|||
|
||||
.toc li ul {
|
||||
margin-left: var(--gap);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue