From 00cae1b627a3a96681cd707e7a53147c27c26b6e Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 21:37:40 +0100 Subject: [PATCH] Use Correct Image width and height --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 9712f6a..062d510 100644 --- a/css/style.css +++ b/css/style.css @@ -118,8 +118,8 @@ body { object-fit: contain; position: relative; z-index: 1; - grid-column: 1 / 4; - grid-row: 1 / 3; + width: 100%; + height: 100%; } /* Clickable Areas in Single Image View */