backdrop-ops / forum.backdropcms.org

The Forum for BackdropCMS.org.
https://forum.backdropcms.org/
4 stars 10 forks source link

Adjust forum column widths #126

Open docwilmot opened 3 years ago

docwilmot commented 3 years ago

The forum containers are a bit restrictive I feel. For example theres a set limit on paragraph sizes??!

.l-content p, .l-content ul li {
  max-width: 750px;
}

This leads to much more vertical scrolling than should be necessary for a tool thats mainly for reading. I suspect most modern screens would allow much more generous usage.