1 2 3 4 5 6 7 8 9 10 11 12
@media (max-width: 899px) { div.content > div { display: flex; flex-direction: column; } div.content { border-radius: 0px; width:100%; height: 100%; } }