From a886c3a29a695dfb47b17ef8b490ab1895198ebf Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 29 Dec 2023 11:57:28 +0100 Subject: [PATCH] Increase font size of sections. At least with some versions of firefox, they appear way too small. --- include/css/aple.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/css/aple.css b/include/css/aple.css index da4c70c..bb5544e 100644 --- a/include/css/aple.css +++ b/include/css/aple.css @@ -18,6 +18,10 @@ h3 { font-size: 110%; } +code { + font-size: 130%; +} + p { padding: 0px 0px 0px 0px; } -- 2.39.2