From 91ec73ba0c8f8a63992dcaa04695784bc917d972 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 5 Jun 2022 21:01:16 +0200 Subject: [PATCH] perl: resize date subtitles to normal --- base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- 2.30.0