@naziakabriSubmitted over 3 years ago
can someone help me with no able to crack out mobile friendly site this time with @media only screen and (max-width:500px) but if already got into 1 row in each when you view it with the mobile how ?
can someone help me with no able to crack out mobile friendly site this time with @media only screen and (max-width:500px) but if already got into 1 row in each when you view it with the mobile how ?
If you used Flexbox you can just write @media screen and (max-width: 500px) { .container { flex-direction: column; } .column { width: 100% } }