From bbb109da0e0580defd273b0340439459b9f62962 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 30 May 2022 18:32:39 +0200 Subject: [PATCH] dieren: smaller title description to fit mobile --- base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base.css b/base.css index f4a4943..94d7cae 100644 --- a/base.css +++ b/base.css @@ -123,8 +123,9 @@ h1 small, h2 small { position: absolute; /* side note; do not influence alignment */ margin-left: 1em; - font-size: 80%; - line-height: 175%; + font-size: 50%; /* 1rem */ + font-weight: normal; + padding-top: 1.75ex; /* align baseline with container */ } dl > dt { -- 2.30.0