On desktop my lemmy is formatted like it’s a mobile site with like 70% of the space left as gutters left and right of the feed… can I make them not like this and look more like old reddit?

  • 6xpipe_@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    I’m using that which makes Lemmy look so much better.

    I changed the main container width to 65%, though because I felt like it was too narrow.

    .container-lg {
        max-width: 65%;
    }