Match right side padding when ToC is used on left

Simply bumps padding on left ToC to 15px to match that of right ToC -- the hard-alignment with no padding is a bit jarring ATM.
This commit is contained in:
Seth For Privacy 2022-04-13 13:12:58 -04:00 committed by GitHub
parent a929ca79c9
commit 5d1a689d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ h6:hover .anchor {
z-index: 1; z-index: 1;
} }
.toc.side.left { .toc.side.left {
left: 0px; left: 15px;
width: 250px; width: 250px;
} }
.toc.side.right { .toc.side.right {