From a4e562c17ed975839ad5184b31d60255491a192f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 3 Jul 2022 00:26:02 +0200 Subject: [PATCH] theme: fix size of chapter heading #289 --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 0249d71f2c..4d2ddcc41e 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -70,7 +70,7 @@ body #body-inner .chapter h1 { } @media only screen and (max-width: 47.938em) { body #body-inner .chapter h1 { - font-size: 2rem; + font-size: 2.5rem; } }