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