From 0c7e54f9bf5a6758d5cda75a46e5d11489f510f1 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Thu, 17 Apr 2025 22:43:35 +0200 Subject: [PATCH] fixed picture resizing issue --- src/styles/projects.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/projects.scss b/src/styles/projects.scss index 51ddd30..cb5db4f 100644 --- a/src/styles/projects.scss +++ b/src/styles/projects.scss @@ -43,6 +43,7 @@ a { } .project__photo { + min-width: 500px; width: 500px; height: auto; border-radius: 25px;