when scaling the browser window size, you can notice jump-like changes in the site width (320> 768> 1200 = dimensions specified by the container), how to make the site width repeat the browser window size, while the content remains within the proposed ranges? if you make width: auto, then when you increase the browser window, the content spreads across the entire width.

link to the repository: https://github.com/iZemil/pink in the title link to the site

  • one
    Probably max-width - Qwertiy
  • one
    Remove the width for .container , and set it to max-width: 1200px , for example. - YozhEzhi

0