From 5df386af1cb9576c4f100fff5162b39253b9213c Mon Sep 17 00:00:00 2001 From: Dwayne Charrington Date: Thu, 19 Dec 2024 16:36:20 +1000 Subject: [PATCH] style(layout): adjust max width of content container Reduced the maximum width of the content container for better readability on larger screens. --- themes/aurelia-theme/layouts/_default/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/aurelia-theme/layouts/_default/single.html b/themes/aurelia-theme/layouts/_default/single.html index 54299ee..c8e586f 100644 --- a/themes/aurelia-theme/layouts/_default/single.html +++ b/themes/aurelia-theme/layouts/_default/single.html @@ -3,7 +3,7 @@ {{ partial "page-header" . }}
-
+
{{ if .Params.toc }}