From 8fb85cf0a76efc938b6d718499ef242bf953744f Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Oct 23 2017 17:30:49 +0000 Subject: Make "page header h2" bigger, because it's really acting as an h1 Make "main h2" smaller, because it was a little too much compared to h3 and body text https://pagure.io/fedora-docs/docs-fp-o/issue/28 --- diff --git a/_stylesheets/asciibinder.css b/_stylesheets/asciibinder.css index 8e1f817..289a499 100644 --- a/_stylesheets/asciibinder.css +++ b/_stylesheets/asciibinder.css @@ -70,6 +70,7 @@ License: https://creativecommons.org/licenses/by/2.0/ .main h2, .main .h2 { border-top: 0px; padding-top: 10px; + font-size: 28px; } .page-header { @@ -79,7 +80,7 @@ License: https://creativecommons.org/licenses/by/2.0/ display: inline; } .page-header h2 { - font-size: 28px; + font-size: 32px; display: inline; vertical-align: bottom; }