From 68dc1286bc37ea04dfee756c9024ce1b3219ca7d Mon Sep 17 00:00:00 2001 From: Charmgil Hong Date: Tue, 17 Sep 2024 11:22:20 +0900 Subject: [PATCH] modified: pages/projects.html --- pages/projects.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/projects.html b/pages/projects.html index 805b43c..eb96e70 100644 --- a/pages/projects.html +++ b/pages/projects.html @@ -78,8 +78,8 @@ } .project-images img { - width: 30%; - height: auto; + width: auto; + height: 150px; border-radius: 5px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); cursor: pointer; @@ -106,8 +106,8 @@ } .lightbox img { - max-width: 60%; - max-height: 60%; + max-width: 90%; + max-height: 90%; } .lightbox:target {