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 2627155 commit 68dc128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
}

.project-images img {
width: 30%;
height: auto;
width: auto;
height: 150px;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
cursor: pointer;
Expand All @@ -106,8 +106,8 @@
}

.lightbox img {
max-width: 60%;
max-height: 60%;
max-width: 90%;
max-height: 90%;
}

.lightbox:target {
Expand Down

0 comments on commit 68dc128

Please sign in to comment.