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 95d8156 commit 1c934ce
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,9 +80,9 @@
.project-images img {
width: auto;
height: 150px;
border-radius: 5px;
border-radius: 3px;
/* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
border: 2px solid #bbb;
border: 2px solid #ddd;
cursor: pointer;
transition: transform 0.2s;
}
Expand Down

0 comments on commit 1c934ce

Please sign in to comment.