]> git.plutz.net Git - shellwiki/commitdiff
compensate for white space after .half blocks master
authorPaul Hänsch <paul@plutz.net>
Mon, 7 Jul 2025 04:18:52 +0000 (06:18 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 7 Jul 2025 04:18:52 +0000 (06:18 +0200)
themes/default.css

index 03753893a75f111704cfb9d86463e14e02dcc785..4d70089037c841a7caa8ebb5d1da69134a148322 100644 (file)
@@ -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;
   }