From ae924676c2efec33f931dd5d93f9d1041a86dec7 Mon Sep 17 00:00:00 2001 From: Connor Slade Date: Wed, 1 May 2024 19:03:00 -0400 Subject: [PATCH] Fix css for image box sizing --- web/index.css | 2 +- web/index.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.css b/web/index.css index cc236e9..42ceac1 100644 --- a/web/index.css +++ b/web/index.css @@ -14,7 +14,7 @@ hr { margin-bottom: 1em; padding: 0.5em; width: 400px; - height: 272.5px; + min-height: 272.5px; } [image] [foot] { max-width: 400px; diff --git a/web/index.scss b/web/index.scss index 7aa5deb..e4df054 100644 --- a/web/index.scss +++ b/web/index.scss @@ -14,7 +14,7 @@ hr { margin-bottom: 1em; padding: 0.5em; width: 400px; - height: 272.5px; + min-height: 272.5px; & [foot] { max-width: 400px;