From eafa16c1a39ed437fc4a749ee0d960c2f376238f Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 11 Jan 2023 22:05:24 +0100 Subject: [PATCH] neues theme: add blueprints.yaml --- themes/quark-open-publishing/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/quark-open-publishing/css/custom.css b/themes/quark-open-publishing/css/custom.css index a29720f9..29f62194 100644 --- a/themes/quark-open-publishing/css/custom.css +++ b/themes/quark-open-publishing/css/custom.css @@ -35,3 +35,8 @@ font-size: .5em; color: #1d66bf; } + +body { + max-width: 1920px; + margin: 0 auto; /* center the content horizontally */ +}