From f8475a4a3bab73e731ea686838a38083e089fdbc Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 15 Aug 2021 16:38:47 +0200 Subject: [PATCH] design: Wider width --- docs/assets/css/custom.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/assets/css/custom.css b/docs/assets/css/custom.css index 503e18b2..a7d3533d 100644 --- a/docs/assets/css/custom.css +++ b/docs/assets/css/custom.css @@ -12,7 +12,7 @@ .header{ height: var(--header-height); width: 80%; - max-width: 960px; + max-width: 1024px; white-space: nowrap; background: var(--header-background); top: 0px; @@ -153,11 +153,15 @@ h4 { #banner { width: 80%; - max-width: 960px; + max-width: 1024px; margin: 0 auto; display: block; } +.container { + max-width: 1024px; +} + .article_image{ max-width: 100%; }