mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-09-28 17:32:33 +02:00
fix(toc): remove bottom margin for improved layout consistency
This commit is contained in:
@@ -288,7 +288,7 @@
|
||||
}
|
||||
|
||||
.toc .inner {
|
||||
margin: 5px 20px 0;
|
||||
margin: 5px 20px;
|
||||
padding: 0 10px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
Reference in New Issue
Block a user