From: signal9 Date: Thu, 19 Jun 2025 20:35:40 +0000 (-0600) Subject: Add limited media queries X-Git-Url: https://git.vexinglabs.com/?a=commitdiff_plain;h=ec5f9714718ccc79bc1dd15dadb8a7eddb5c154e;p=vexingworkshop.git Add limited media queries --- diff --git a/themes/vexingworkshop/static/css/main.css b/themes/vexingworkshop/static/css/main.css index 411a078..a57881f 100644 --- a/themes/vexingworkshop/static/css/main.css +++ b/themes/vexingworkshop/static/css/main.css @@ -139,6 +139,24 @@ section#content img.banner { width: 700px; } +@media (max-width: 400px) { + article img.image { + width: 240px; + } + + article img.image-med { + width: 240px; + } + + article img.image-lg { + width: 240px; + } + + section#content img.banner { + width: 240px; + } +} + section#content article .entry-content { display: flex; flex-direction: column;