12 lines
248 B
CSS
12 lines
248 B
CSS
|
@media only screen and (max-width: 1100px) {
|
||
|
|
||
|
}
|
||
|
@media only screen and (max-width: 900px) {
|
||
|
|
||
|
}
|
||
|
@media only screen and (max-width: 700px) {
|
||
|
|
||
|
}
|
||
|
@media only screen and (max-width: 500px) {
|
||
|
[class^="mageStyle"] [class*="dNoneEs"] {display: none;}
|
||
|
}
|