From a830840d0275919608dc53911a81f4b4d8acb736 Mon Sep 17 00:00:00 2001 From: Connor Frank Date: Tue, 16 Apr 2024 01:48:22 +0000 Subject: responsive image --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 2df04f1..76b89a8 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,11 @@ body { color: black; } +.responsive-image { + max-width: 100%; + height: auto; +} + .container { margin-left: auto; margin-right: auto; -- cgit v1.2.3