Use Correct Image width and height

This commit is contained in:
seiichiro 2022-01-10 21:37:40 +01:00
parent 1fa8f9282c
commit 00cae1b627

View file

@ -118,8 +118,8 @@ body {
object-fit: contain; object-fit: contain;
position: relative; position: relative;
z-index: 1; z-index: 1;
grid-column: 1 / 4; width: 100%;
grid-row: 1 / 3; height: 100%;
} }
/* Clickable Areas in Single Image View */ /* Clickable Areas in Single Image View */