commit 84b8e89c57e7858ef6fd65beb76ccb55b18d3423 parent 95cbd28578f9a0fc5c0cf221eca67a8b43b43e48 Author: aabacchus <ben@bvnf.space> Date: Sat, 11 Mar 2023 19:24:40 +0000 style.css: indent between 2nd-level headings Diffstat:
M | wiki/style.css | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/wiki/style.css b/wiki/style.css @@ -46,6 +46,9 @@ blockquote::before { h1, h2, h3, h4 { margin: 1em 1ex 0.5ex 0; } +h2 ~ *:not(h2) { + margin-left: 1ch; +} #content { clear: both; margin: 0;