chore(SW-337): use rem for fullviewimagecontainer

This commit is contained in:
Chuma McPhoy
2024-09-06 11:23:46 +02:00
parent 393984c781
commit 73b7892cfb

View File

@@ -149,7 +149,6 @@
.fullViewImageContainer img { .fullViewImageContainer img {
border-radius: var(--Corner-radius-Medium); border-radius: var(--Corner-radius-Medium);
cursor: pointer;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
@@ -256,9 +255,9 @@
.fullViewImageContainer { .fullViewImageContainer {
position: relative; position: relative;
width: 90%; width: 90%;
max-width: 1454px; max-width: 90.875rem;
height: 100%; height: 100%;
max-height: 700px; max-height: 43.75rem;
} }
.navigationButton { .navigationButton {