From 0d4d2d40925010aabdd1a6e9891fef7ef28c666e Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 6 Apr 2023 20:46:40 +0000 Subject: [PATCH] fix image height Signed-off-by: Arthur Lu --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index efee0b8..9bc9ee0 100644 --- a/css/style.css +++ b/css/style.css @@ -117,4 +117,8 @@ hr { margin-bottom: 20px; border: 1px solid; border-color: inherit; +} + +img { + height: 1lh; } \ No newline at end of file