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'); ...@@ -200,6 +200,15 @@ $thumbSizes = $responsiveImageHelper->getSizes('product_page_image_small');
margin-top: -20px; margin-top: -20px;
} }
} }
@media (max-width: 1024px){
.breeze-gallery .stage {
min-height: auto !important;
}
.breeze-gallery img{
max-width: 90% !important;
}
}
</style> </style>
<script> <script>
......
...@@ -88,11 +88,11 @@ ...@@ -88,11 +88,11 @@
.newsletter-list > span { .newsletter-list > span {
text-transform: uppercase; text-transform: uppercase;
line-height: 10px; line-height: 10px;
font-size: xx-small;
color: #ffffff; color: #ffffff;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin-top: 10%; margin-top: 10%;
font-size: smaller;
} }
.newsletter-list.ins { .newsletter-list.ins {
width: 35%; width: 35%;
...@@ -112,9 +112,7 @@ ...@@ -112,9 +112,7 @@
margin-left: 2px; margin-left: 2px;
width: 50px; width: 50px;
} }
@media(max-width:1024px) {
}
@media(max-width:789px) { @media(max-width:789px) {
.newsletter-list { .newsletter-list {
width: 100%; width: 100%;
...@@ -163,6 +161,13 @@ ...@@ -163,6 +161,13 @@
border-radius: 50%; border-radius: 50%;
} }
} }
@media(min-width:1440px){
.newsletter-list > span {
font-weight: 600;
font-size: inherit;
}
}
@media(max-width:1024px) and (min-width:768px) { @media(max-width:1024px) and (min-width:768px) {
.block.newsletter{ .block.newsletter{
width: 90%; 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