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 9c4861e commit 8d71117
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
width: auto;
height: 150px;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
/* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
border: 2px solid #333;
cursor: pointer;
transition: transform 0.2s;
}
Expand All @@ -92,7 +93,7 @@

/* Lightbox styles */
.lightbox {
display: block;
display: none;
position: fixed;
z-index: 1000;
padding: 10px;
Expand Down

0 comments on commit 8d71117

Please sign in to comment.