From: Zachary Vance Date: Thu, 6 Jul 2023 17:38:53 +0000 (-0400) Subject: Width X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=95ec9ac5da0377b96842a551aa5b8fdec6611e32;p=za3k.git Width --- diff --git a/hack-a-day-rules.md b/hack-a-day-rules.md index 8cde433..c390fc9 100644 --- a/hack-a-day-rules.md +++ b/hack-a-day-rules.md @@ -8,8 +8,7 @@ img { height: 200px; } body { - max-width: 30%; - margin-left: 20%; + width: calc(max(30%, 400px)); }