Comment #⁨1⁩

Toby Toby Waterhole Founder May 30, 2023

Thanks for the feedback @René! You're right – I've adjusted the default theme slightly in 0.2. May make further adjustments in the future, though probably won't take it all the way down to 70 characters.

Couple things you can tweak with custom CSS:

.container {
    max-width: 72rem;
}

/* and/or */

:root {
  --measure: 92ch;
}