landscape y portrait media query css code example
Example: mediaquery for portrate
@media (orientation: portrait) {
body {
flex-direction: column;
}
}
@media (orientation: portrait) {
body {
flex-direction: column;
}
}