1
2@media (min-width: 1200px) {
3 .container {
4 max-width: 1200px;
5 width: auto;
6 }
7}
8
9@media (max-width: 1199px) {
10 .product-full.product-item .stars .rating-add {
11 margin-top: 10px;
12 }
13 .copyright {
14 line-height: 16px;
15 font-size: 12px;
16 }
17 .dev {
18 line-height: 16px;
19 font-size: 12px;
20 }
21 .banner-block li {
22 padding: 9px 12px;
23 }
24 .banner-block span.title {
25 font-size: 18px;
26 line-height: 18px;
27 }
28 .banner-block li .summary {
29 margin-bottom: 7px;
30 }
31 .banner-block button.button > span {
32 font-size: 14px;
33 height: 30px;
34 line-height: 28px;
35 }
36 .banner-block button.button span span {
37 padding: 0 10px;
38 }
39 .block.block-sidebar .block-header,
40 .block .block-header .title {
...
</html>