diff --git a/index.html b/index.html index b8e8161..3338448 100644 --- a/index.html +++ b/index.html @@ -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 */ @@ -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 */