mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-09-22 06:22:35 +02:00
update margin properties for consistency in toc and footer
This commit is contained in:
@@ -257,7 +257,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toc {
|
.toc {
|
||||||
margin: 0 2px 40px 2px;
|
margin-bottom: var(--content-gap);
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
background: var(--code-bg);
|
background: var(--code-bg);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
@@ -298,7 +298,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-footer {
|
.post-footer {
|
||||||
margin-top: 56px;
|
margin-top: var(--content-gap);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-footer>* {
|
.post-footer>* {
|
||||||
|
Reference in New Issue
Block a user