From 514ac688a27c879502a56958a30eb28c855a1017 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Wed, 5 Jul 2023 10:17:46 -0400 Subject: [PATCH] Fix issue --- src/styles/Project.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/Project.module.css b/src/styles/Project.module.css index 1152aa4..2ac8cd6 100644 --- a/src/styles/Project.module.css +++ b/src/styles/Project.module.css @@ -24,6 +24,7 @@ .image img { max-height: 450px; + max-width: 100%; padding: 0; border-radius: 0.5rem; border: 3px solid var(--primary);