From 6f6ba47a21b74491aa4eda13412721855a5f7ca9 Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Fri, 27 Oct 2023 15:48:35 -0400 Subject: [PATCH] fluid image block size addition I noticed in a project that images that have width and height attrs were stretching in the block direction. I think I recall this is a typical remedy. --- reset.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/reset.mjs b/reset.mjs index c57c87e..bde3c3b 100644 --- a/reset.mjs +++ b/reset.mjs @@ -25,6 +25,7 @@ svg, video { display: block; max-width: 100%; + block-size: auto; } button, input,