From: Clinton Ebadi Date: Tue, 3 Dec 2019 00:20:23 +0000 (-0500) Subject: css: set width for images X-Git-Url: https://git.hcoop.net/clinton/website/site/unknownlamer.org.git/commitdiff_plain/7da0d2be1331a29499325027911d188d3ddaccbd css: set width for images This fixes images going over the edge of the viewport on mobile clients, and images that otherwise would show at full width from being just slightly undersized (resulting in a jittery effect when hovering). --- diff --git a/default.css b/default.css index cd3acc1..06973a6 100644 --- a/default.css +++ b/default.css @@ -249,6 +249,7 @@ table.image tr td img { border: 1px solid #111111; max-width: 6in; + width: 100%; } table.image tr td:hover