From: Benjamin Franzke Date: Tue, 17 May 2022 13:57:14 +0000 (+0200) Subject: docs: add reasonable difference between h2 and h3 font-size X-Git-Tag: v251~14^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68f0d3ff12520045c144e28417ff347f89fb721a;p=thirdparty%2Fsystemd.git docs: add reasonable difference between h2 and h3 font-size --- diff --git a/docs/style.css b/docs/style.css index 981cdc1b536..43bc86003a0 100644 --- a/docs/style.css +++ b/docs/style.css @@ -51,7 +51,10 @@ h1 { } h2 { margin-top: 3rem; - font-size: 1.2rem; + font-size: 1.25rem; +} +h3 { + font-size: 1.15rem; } a { font-weight: 600;