PHRAS-2829 set height of image

This commit is contained in:
Harrys Ravalomanana
2019-11-26 17:57:02 +04:00
parent 194d8e243a
commit 861c13b07a

View File

@@ -13,11 +13,10 @@ ul.image_set{
li.image_box a img{ li.image_box a img{
position:relative; position:relative;
border:none; border:none;
width: 100%!important; width: auto!important;
height: auto!important; height: 100% !important;
top: 0 !important; top: 0 !important;
object-fit: cover; object-fit: contain;
} }
li.image_box a{ li.image_box a{
padding:0; padding:0;
@@ -40,7 +39,10 @@ li.image_box{
.thumb_wrapper { .thumb_wrapper {
background: #ededed; background: #ededed;
width: 100%!important; width: 100%!important;
height: 100%!important; height: 160px!important;
@media screen and (max-width: 767px) {
height: 130px !important;
}
} }
} }
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {