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) {Попробуй без only.
color: red;
}
@mixin land {
@media screen and (orientation: landscape) {
@content;
}
}
PO
AK
AK
PO
ИМ