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 438bb91 commit c84cf47
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,17 @@
align-items: center;
}

/* Make the entire area (background + image) clickable */
.lightbox a {
display: block;
width: 100%;
height: 100%;
text-align: center;
}

.lightbox img {
max-width: 60%;
max-height: 60%;
max-width: 700px;
max-height: auto;
}

.lightbox:target {
Expand Down

0 comments on commit c84cf47

Please sign in to comment.