From 0f89bdf6c17dd7a61988f8b3629db1988e6f7357 Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Mon, 18 Dec 2023 02:52:36 -0700 Subject: [PATCH] Maintain image aspect ratio. --- _sass/_home.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_home.scss b/_sass/_home.scss index b2efa8a..fd6d7e8 100644 --- a/_sass/_home.scss +++ b/_sass/_home.scss @@ -6,7 +6,7 @@ text-align: center; img { - width: auto; - height: 200px; + max-width: 100%; + max-height: 220px; } }