chore(SW-337): use rem for fullviewimagecontainer
This commit is contained in:
@@ -149,7 +149,6 @@
|
||||
|
||||
.fullViewImageContainer img {
|
||||
border-radius: var(--Corner-radius-Medium);
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
@@ -256,9 +255,9 @@
|
||||
.fullViewImageContainer {
|
||||
position: relative;
|
||||
width: 90%;
|
||||
max-width: 1454px;
|
||||
max-width: 90.875rem;
|
||||
height: 100%;
|
||||
max-height: 700px;
|
||||
max-height: 43.75rem;
|
||||
}
|
||||
|
||||
.navigationButton {
|
||||
|
||||
Reference in New Issue
Block a user