]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Avoid vertical scroll
authorRuben Beltran del Rio <redacted>
Tue, 6 Feb 2024 20:04:34 +0000 (21:04 +0100)
committerRuben Beltran del Rio <redacted>
Tue, 6 Feb 2024 20:04:34 +0000 (21:04 +0100)
css/style.css

index ed066ff382922d2e199e795a900726193497ecd7..79ce1056c2512e70fd46850a0ebb67f1fcdfc77b 100644 (file)
@@ -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 {