perl: resize date subtitles to normal
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 5 Jun 2022 19:01:16 +0000 (21:01 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 11 Jul 2022 02:02:34 +0000 (04:02 +0200)
base.css

index 94d7cae095b11b0463bc1b7829db14e00320c92e..6f34ef15ef0fd9084760593d57d0672f7a1fca6e 100644 (file)
--- 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;