From a22c3d180cd25be57a640f25677a66232c00c148 Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 11 Jan 2023 23:07:58 +0100 Subject: [PATCH] neues theme: add blueprints.yaml --- themes/quark-open-publishing/css/custom.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/themes/quark-open-publishing/css/custom.css b/themes/quark-open-publishing/css/custom.css index 059335bb..808bbc84 100644 --- a/themes/quark-open-publishing/css/custom.css +++ b/themes/quark-open-publishing/css/custom.css @@ -36,3 +36,14 @@ color: #1d66bf; } +/* ursprüngliche Regel */ +.my-element { + font-size: 16px; +} + +/* Media Query */ +@media screen and (min-width: 841px) { + .e-content { + margin-left: 5em; + } +}