From 18806f6bfeb52df1c68209022932ca600d99d6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 14 Apr 2020 16:13:15 +0200 Subject: [PATCH] style: add style for padded section (#41705) --- gadjo/static/css/gadjo.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 29a6d50..2266219 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -1128,6 +1128,9 @@ div.section { border: 1px solid transparent; border-radius: 3px; background: white; + &.padded { + padding: 1em; + } > h2, > h3 { font-weight: normal; font-size: 120%;