change shap to overflow

This commit is contained in:
grafixeyehero 2020-01-03 21:10:42 +03:00
parent e0d6686bb4
commit 4e72a857c4
3 changed files with 10 additions and 16 deletions

View file

@ -491,6 +491,7 @@
position: sticky;
top: 15%;
float: left;
width: 22.786458333333332vw;
}
.detailPagePrimaryContent {
@ -535,9 +536,10 @@
}
.itemDetailImage {
width: 350px;
-webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37)
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
width: 100% !important;
}
@media all and (max-width:62.5em) {
@ -545,14 +547,6 @@
position: relative
}
.detailImageContainer {
width: 100px !important
}
.itemDetailImage {
width: 100px !important
}
.btnPlaySimple {
display: none !important
}