From: Mischa POSLAWSKY Date: Sun, 5 Jun 2022 19:01:16 +0000 (+0200) Subject: perl: resize date subtitles to normal X-Git-Tag: v1.14~76 X-Git-Url: http://git.shiar.net/sheet.git/commitdiff_plain/91ec73ba0c8f8a63992dcaa04695784bc917d972 perl: resize date subtitles to normal --- diff --git a/base.css b/base.css index 94d7cae..6f34ef1 100644 --- a/base.css +++ b/base.css @@ -123,10 +123,14 @@ h1 small, h2 small { position: absolute; /* side note; do not influence alignment */ margin-left: 1em; - font-size: 50%; /* 1rem */ font-weight: normal; + font-size: 50%; /* 1rem */ padding-top: 1.75ex; /* align baseline with container */ } +h2 small { + font-size: 90.9%; + padding-top: .17ex; +} dl > dt { float: left;