1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

fix(ui): gap between TOC entries is inconsistent (#2119)

In desktop mode, H2 and the first sub-level H3 in the TOC are too close.
This commit is contained in:
Cotes Chung
2024-12-15 14:43:07 +08:00
committed by GitHub
parent 2f00d41861
commit 1b4e318dc1
2 changed files with 1 additions and 5 deletions

View File

@@ -275,10 +275,6 @@ header {
margin: 0.4rem 0;
}
&:first-child {
margin-top: 0;
}
a {
padding: 0.2rem 0 0.2rem 1.25rem;
}