Remove top margin from headings

This commit is contained in:
ekzyis 2024-04-14 08:03:54 +02:00
parent 25721ba869
commit 8d118ebec3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
_:where(figcaption){text:14;_p:10;20;0;_width:fit;_mx:auto;_font:fade-56;_font:fade-57@dark}
_:where(h1){font:40;_font:extrabold}
_:where(h1,h2,h3)+:where(h1,h2,h3){mt:.5em}
_:where(h1,h2,h3,h4,h5,h6){mt:2em}
_:where(h1,h2,h3,h4,h5,h6){mt:0em}
_:where(h2){mb:1em;_font:32}
_:where(h3){font:24}
_:where(h4){font:20}