Skip to content

Commit 73f747f

Browse files
committed
fix(toc): remove bottom margin for improved layout consistency
1 parent ed783f2 commit 73f747f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/common/post-single.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
}
289289

290290
.toc .inner {
291-
margin: 5px 20px 0;
291+
margin: 5px 20px;
292292
padding: 0 10px;
293293
opacity: 0.9;
294294
}

0 commit comments

Comments
 (0)