Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 13, 2024
1 parent 03baa43 commit 945bb54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 80%; /* Full width */
height: 80%; /* Full height */
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
Expand All @@ -40,7 +40,7 @@
margin: auto;
display: block;
width: 80%;
max-width: 700px;
max-width: 600px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
Expand Down

0 comments on commit 945bb54

Please sign in to comment.