• FozzyOsbourne
    link
    fedilink
    arrow-up
    4
    ·
    8 days ago

    Every website that’s mainly for displaying text (think into pages, blogs, Q&A) assumes your browser window is portrait like a phone screen. If I have widened my window I want the text to reach the edges, not float in a central column with masses of useless whitespace either side.

    • sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      8 days ago

      That has nothing to do with phones and everything to do with readability. It turns out, people have trouble reading overly long lines of text, so website developers tend to limit text to a certain width. It’s also a little bit of carryover to pre-responsive design when websites had to work well on 800x600 desktop screens, as well as 1080p screens, but that hasn’t really been a thing for many years now.

      I like the second answer here:

      I agree with the user Jared Farrish: it’s to make the content more readable. If a paragraph spans the entire width of the browser window, it can be taxing on the eye to move from the end of one line to the start of the next line if the paragraph takes up many pixels in width. Many websites tend to limit the width of the page for this reason. In addition, some Web sites use media queries to change the font size if the user’s browser window width is very large.

      • FozzyOsbourne
        link
        fedilink
        arrow-up
        1
        ·
        8 days ago

        Well I disagree, because I find having to scroll up and down more often makes it less readable, and if I wanted it to be thin I’d make the browser window thin. Return to 90s websites where the site just gives you the info and how to display it is left entirely to the browser and the user.