Media Queries Not Working For Samsung Or Ipod
Im trying to make my website responsive, however Im having a little problem. It works fine on my browser. If my browser is full screen then it looks how it should, and if I make th
Solution 1:
Try adding this between your head tags:
<meta name="viewport" content="width=device-width, initial-scale=1">
Post a Comment for "Media Queries Not Working For Samsung Or Ipod"