I am trying to use media query for the mobile part of my site, how should I go about it?
I used @media
screen and (max-width:320px){}
with the div
inside the brackets but it didn't work quite right. I am using live server with visual studio code and it looks good on that but not on the actual uploaded site.