Use Correct Image width and height
This commit is contained in:
parent
1fa8f9282c
commit
00cae1b627
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue