12 lines
248 B
CSS
Raw Normal View History

2020-08-05 12:06:45 +00:00
@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;}
}