From: Ruben Beltran del Rio Date: Wed, 14 Feb 2024 09:13:11 +0000 (+0100) Subject: Properly add colon X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/d2329634b705424db6f025f4258e64503464bdb6?hp=a97ec0ab061ba29cdc27df054e259e0ed81d11cc Properly add colon --- diff --git a/css/style.css b/css/style.css index d4993cd..7a9fc90 100644 --- a/css/style.css +++ b/css/style.css @@ -17,21 +17,21 @@ body { width: max-content; } - .columned .h2:not(only-child) { + .columned .h2:not(:only-child) { float: left; margin: 0 40px; height: calc(100vh - 200px); } - .columned .h2:not(only-child) h2 { + .columned .h2:not(:only-child) h2 { width: 14.6em; } - .columned .h2:not(only-child) .h3, .columned .h2:not(only-child) p { + .columned .h2:not(:only-child) .h3, .columned .h2:not(:only-child) p { width: 22em; } - .columned .h2:not(only-child) pre { width: 25em } + .columned .h2:not(:only-child) pre { width: 25em } } .columned .h2:first-of-type pre {