]> git.tuebingen.mpg.de Git - aple.git/commitdiff
Increase font size of <code> sections.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Dec 2023 10:57:28 +0000 (11:57 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Dec 2023 10:57:28 +0000 (11:57 +0100)
At least with some versions of firefox, they appear way too small.

include/css/aple.css

index da4c70ccddae9b482867e55f091cfcc3e5de3694..bb5544e5e90a944c3a33ebdb1dc600439b58493f 100644 (file)
@@ -18,6 +18,10 @@ h3 {
        font-size: 110%;
 }
 
+code {
+       font-size: 130%;
+}
+
 p {
        padding: 0px 0px 0px 0px;
 }