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 1c934ce commit 438bb91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
}

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

.lightbox:target {
Expand Down Expand Up @@ -237,7 +237,7 @@ <h2>Korean Unification Big Data Center (KUBiC)</h2>
</div>
<!-- Lightbox for enlarging images -->
<div id="kubic-img1" class="lightbox">
<a href="#"><img src="../img/project-kubic.png" height="700" alt="Image 1 Enlarged"></a>
<a href="#"><img src="../img/project-kubic.png" alt="Image 1 Enlarged"></a>
</div>
<div id="kubic-img2" class="lightbox">
<a href="#"><img src="../img/project-kupc.png" alt="Image 2 Enlarged"></a>
Expand Down

0 comments on commit 438bb91

Please sign in to comment.