From: Paul Hänsch Date: Mon, 7 Jul 2025 04:18:52 +0000 (+0200) Subject: compensate for white space after .half blocks X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=470c2316c024dad841bb2a67a5669c3a6f63d474;p=shellwiki compensate for white space after .half blocks --- diff --git a/themes/default.css b/themes/default.css index 0375389..4d70089 100644 --- a/themes/default.css +++ b/themes/default.css @@ -209,7 +209,7 @@ table { @media(min-width: 540pt) { .half { display: inline-block; - width: 50%; + width: 49%; width: calc(50% - .5ex); padding-right: 1em; vertical-align: top; }