From: Ruben Beltran del Rio Date: Mon, 23 Sep 2024 20:40:18 +0000 (+0200) Subject: Normalize margin between columned and non-columned X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/b807c5e1339e80785b8116058d0aa6b6f2b8e090?ds=inline Normalize margin between columned and non-columned --- diff --git a/css/style.css b/css/style.css index b1aca4f..a7d71c3 100644 --- a/css/style.css +++ b/css/style.css @@ -22,7 +22,7 @@ aside { @media only screen and (min-width: 500px) { body { overflow-x: auto } - main { padding: 0 64px 0 74px } + main { padding: 0 64px 0 84px } h1 a { display: block; @@ -33,7 +33,7 @@ aside { .columned .h2:not(:only-child) { float: left; - margin: 0 40px; + margin: 0 40px 0 0; } .columned .h2:not(:only-child) h2 { width: 14.6em }