From da854dc822aa61d49700c54abec136a6ba7e1068 Mon Sep 17 00:00:00 2001 From: drbroiler Date: Thu, 31 Mar 2022 18:32:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethemes/hugo-book/assets/=5Fcustom.scss?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit change width --- themes/hugo-book/assets/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/hugo-book/assets/_custom.scss b/themes/hugo-book/assets/_custom.scss index 0de9ae1..5c7a0fe 100644 --- a/themes/hugo-book/assets/_custom.scss +++ b/themes/hugo-book/assets/_custom.scss @@ -1,3 +1,6 @@ /* You can add custom styles here. */ // @import "plugins/numbered"; +.container { + max-width: 110rem; +} \ No newline at end of file