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;
position: relative;
z-index: 1;
grid-column: 1 / 4;
grid-row: 1 / 3;
width: 100%;
height: 100%;
}
/* Clickable Areas in Single Image View */