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