]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Line height for ascii art
authorRuben Beltran del Rio <redacted>
Wed, 14 Feb 2024 08:59:00 +0000 (09:59 +0100)
committerRuben Beltran del Rio <redacted>
Wed, 14 Feb 2024 08:59:00 +0000 (09:59 +0100)
css/style.css

index d5afdac254ceb2b30a18e19e08466df4658dc7c0..65a065e9dd49b38914c8543b97e8d7f9eb17a5a9 100644 (file)
@@ -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 {