From 03baa43d30b842c5c162c63a5021288190d51349 Mon Sep 17 00:00:00 2001 From: Isaac Teng Date: Sat, 13 Apr 2024 11:41:10 +0100 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ef4bf12..b8e8161 100644 --- a/index.html +++ b/index.html @@ -28,8 +28,8 @@ padding-top: 100px; /* Location of the box */ left: 0; top: 0; - width: 100%; /* Full width */ - height: 100%; /* Full height */ + width: 80%; /* Full width */ + height: 80%; /* 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 */