From 7bb9cb45f860d29d60513dad8b22df99c6aab11a Mon Sep 17 00:00:00 2001 From: teldra Date: Tue, 10 Jan 2023 19:11:32 +0100 Subject: [PATCH] neues theme: add blueprints.yaml --- themes/quark-open-publishing/css/custom.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/quark-open-publishing/css/custom.css b/themes/quark-open-publishing/css/custom.css index 24631d84..ce6e6a76 100644 --- a/themes/quark-open-publishing/css/custom.css +++ b/themes/quark-open-publishing/css/custom.css @@ -1,11 +1,12 @@ .sidebar-content > .events-list { list-style: none; margin-left: 0; - padding: 2vw; + padding-left: 2vw; + padding-right: 2vw; border-radius: 2px; background-color: #ffd0d0; } .events-list > .event-item-separator { - margin-bottom: 3vh; + margin-bottom: 2vw; }