diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-23 16:46:03 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-23 16:46:03 +0200 |
commit | 4d8d2d073afdf8ae17cfe193e58fb3ba7dcf3791 (patch) | |
tree | 559f4845327b15085478b9054998036faa98a41c | |
parent | 4d5d0708aa283cda073a0e244f721af275f153ce (diff) |
Theme Update
-rw-r--r-- | assets/css/main.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 7077a7a..1e45ad9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -257,10 +257,14 @@ footer a { } .toc ul { - margin-top: 0; - margin-bottom: .5rem; + margin-top: .1rem; + margin-bottom: .1rem; } +.toc li { + margin-top: .1rem; + margin-bottom: .1rem; +} /* Autonumbering */ |