From 3100cfb7efcd93f8c62d96973996526f6d48589c Mon Sep 17 00:00:00 2001 From: MissE111 <123037635+MissE111@users.noreply.github.com> Date: Thu, 23 May 2024 22:43:25 -0700 Subject: [PATCH] Update style.css --- responsive-images/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/responsive-images/style.css b/responsive-images/style.css index 03d620e..897ace6 100644 --- a/responsive-images/style.css +++ b/responsive-images/style.css @@ -49,3 +49,7 @@ h3 { flex-direction: row; } } + +img { + width: 100%; +}