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 87c8a59 commit 8284023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
display: flex;
gap: 10px;
margin-top: 20px;
justify-content: center;
}

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

.project-images img:hover {
Expand Down

0 comments on commit 8284023

Please sign in to comment.