From 05631a9ee73f0061844b7576d3219e555da0bc2b Mon Sep 17 00:00:00 2001 From: Charmgil Hong Date: Tue, 17 Sep 2024 15:05:52 +0900 Subject: [PATCH] modified: pages/projects.html --- pages/projects.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/projects.html b/pages/projects.html index ccb5382..8adcdf3 100644 --- a/pages/projects.html +++ b/pages/projects.html @@ -80,7 +80,7 @@ display: flex; gap: 10px; margin-top: 20px; - justify-content: center; +/* justify-content: center; */ } .project-images img { @@ -91,7 +91,7 @@ border: 2px solid #ddd; cursor: pointer; transition: transform 0.2s; - justify-content: center; +/* justify-content: center; */ } .project-images img:hover {