Reputation:
This is my first time designing a responsive website. I am trying to do a break point of max-width
of 480px
, but Google Chrome does not allow me to resize the window below 500px. Is there a way to do this?
Upvotes: 1
Views: 812
Reputation: 759
For this you need to inspect(ctrl+shift+i) your html and click on the highlighted icon as shown here:
Upvotes: 3