Skip to content

Commit

Permalink
modified: pages/projects.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmgil Hong authored and Charmgil Hong committed Sep 17, 2024
1 parent 45a901b commit 05631a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
display: flex;
gap: 10px;
margin-top: 20px;
justify-content: center;
/* justify-content: center; */
}

.project-images img {
Expand All @@ -91,7 +91,7 @@
border: 2px solid #ddd;
cursor: pointer;
transition: transform 0.2s;
justify-content: center;
/* justify-content: center; */
}

.project-images img:hover {
Expand Down

0 comments on commit 05631a9

Please sign in to comment.