how to change the orientation of media in html code example
Example: mediaquery for portrate
@media (orientation: portrait) {
body {
flex-direction: column;
}
}
@media (orientation: portrait) {
body {
flex-direction: column;
}
}