From: Ruben Beltran del Rio Date: Wed, 14 Feb 2024 08:59:00 +0000 (+0100) Subject: Line height for ascii art X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/1d6b1b68eff94d0fb9163d90556787ff1ac508d4?hp=bc7316d8d2311106d6dd4cbbc5eabb2b0884dc5a Line height for ascii art --- diff --git a/css/style.css b/css/style.css index d5afdac..65a065e 100644 --- a/css/style.css +++ b/css/style.css @@ -34,6 +34,10 @@ body { .columned pre { width: 25em } } +.columned .h2:first-of-type pre { + line-height: 1; +} + blockquote, p { max-width: 45em } pre { max-width: 55em } blockquote {