From 945bb54a8fc8f805ce8855b89cdd446387b0290f Mon Sep 17 00:00:00 2001 From: Isaac Teng Date: Sat, 13 Apr 2024 11:42:25 +0100 Subject: [PATCH] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */