From: Andre Noll Date: Fri, 29 Dec 2023 10:57:28 +0000 (+0100) Subject: Increase font size of sections. X-Git-Url: http://git.tuebingen.mpg.de/?p=aple.git;a=commitdiff_plain;h=a886c3a29a695dfb47b17ef8b490ab1895198ebf Increase font size of sections. At least with some versions of firefox, they appear way too small. --- 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; }