Commit 33648621 by wdh

Merge branch 'master' of http://47.99.244.21:9999/root/joshine

parents dd727906 fc862343
......@@ -200,6 +200,15 @@ $thumbSizes = $responsiveImageHelper->getSizes('product_page_image_small');
margin-top: -20px;
}
}
@media (max-width: 1024px){
.breeze-gallery .stage {
min-height: auto !important;
}
.breeze-gallery img{
max-width: 90% !important;
}
}
</style>
<script>
......
......@@ -88,11 +88,11 @@
.newsletter-list > span {
text-transform: uppercase;
line-height: 10px;
font-size: xx-small;
color: #ffffff;
display: inline-block;
vertical-align: middle;
margin-top: 10%;
font-size: smaller;
}
.newsletter-list.ins {
width: 35%;
......@@ -112,9 +112,7 @@
margin-left: 2px;
width: 50px;
}
@media(max-width:1024px) {
}
@media(max-width:789px) {
.newsletter-list {
width: 100%;
......@@ -163,6 +161,13 @@
border-radius: 50%;
}
}
@media(min-width:1440px){
.newsletter-list > span {
font-weight: 600;
font-size: inherit;
}
}
@media(max-width:1024px) and (min-width:768px) {
.block.newsletter{
width: 90%;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment