From: Ruben Beltran del Rio Date: Mon, 26 Aug 2024 17:11:31 +0000 (+0200) Subject: Constrain the link size X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/cce16da3c871a712aa59b2d6bd047839c4546601 Constrain the link size --- diff --git a/css/style.css b/css/style.css index bba1d29..71d4c4d 100644 --- a/css/style.css +++ b/css/style.css @@ -52,7 +52,7 @@ aside { line-height: 1; } -blockquote, p { max-width: 45em } +blockquote, p, article > div { max-width: 45em } pre { max-width: 55em } blockquote { border-left: 4px solid #ccc;