Hi Rudi,

The following code works good only when turning the phone to horizontal position:

@media screen and (max-width: 575px) {
section#accounts.grid > article {
width: 50%;
}


How to make it work for the vertical position?


Many Thanks