diff --git a/assets/css/style.css b/assets/css/style.css index 4227a65..1123717 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -805,6 +805,10 @@ hr.-even { column-count: var(--column-count); } +.content__inner_box.-width_constraint { + max-width: 75ch; +} + .content.-odd { background-color: var(--wtf-light-grey); color: var(--wtf-dark-grey); diff --git a/templates/page.html b/templates/page.html index b6d1546..59bffd9 100644 --- a/templates/page.html +++ b/templates/page.html @@ -15,7 +15,7 @@
-
+
{{ this.body }}