From: Ruben Beltran del Rio Date: Tue, 6 Feb 2024 20:04:34 +0000 (+0100) Subject: Avoid vertical scroll X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/43df122ca6b2055c27b5551c06cbbf0ae45e9a01 Avoid vertical scroll --- diff --git a/css/style.css b/css/style.css index ed066ff..79ce105 100644 --- a/css/style.css +++ b/css/style.css @@ -10,14 +10,14 @@ body { } .columned { - height: calc(100vh - 180px); + height: calc(100vh - 200px); width: max-content; } .columned .h2 { float: left; margin: 0 40px; - height: calc(100vh - 180px); + height: calc(100vh - 200px); } .columned h2 {