diff --git a/static/css/style.css b/static/css/style.css index 11c19e9..ac52df1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1876,7 +1876,6 @@ body { .container { margin-left: auto; margin-right: auto; - max-width: 80rem; padding-left: 1rem; padding-right: 1rem; } diff --git a/themes/chill-theme/layouts/_default/simple.html b/themes/chill-theme/layouts/_default/simple.html index b8e11c8..3a14dcd 100644 --- a/themes/chill-theme/layouts/_default/simple.html +++ b/themes/chill-theme/layouts/_default/simple.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+

{{ .Title }}

{{ with .Params.description }}

{{ . | markdownify }}