1

Webpage resizing

Would I need to simply add a lot more media query max-min width sizes or is there a better way?

  • 2
    do not share external links. Write here the code that replicates your problem and what have you tried to solve it – Mihai T May 18 '18 at 07:01

1 Answers1

0

Media queries are your safest bet, and though time consuming, are very effective. You may also find this answer particularly helpful. You can reduce a px value by a viewport-width increment.

Claire
  • 3,146
  • 6
  • 22
  • 37
  • I am adding in more media queries but it doesn't seem to be affecting anything between the browser sizes I showed in the photo, would you mind taking a quick look? https://codepen.io/alex-burger/pen/Jvexxd –  May 18 '18 at 07:32