PO
Size: a a a
PO
PO
PO
ИМ
PO
PO
PO
PO
ИМ
PO
PO
PO
VC
@media only screen and (orientation:landscape) {
color: red;
}AK
PE
@media screen and (orientation:landscape) {
color: red;
}
Попробуй без only.@mixin land {
@media screen and (orientation: landscape) {
@content;
}
}PO
AK
AK
PO
ИМ