From c21899ae416399c1da46f6dcae729d3051ed90c9 Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Mon, 8 Mar 2021 11:00:33 +0100 Subject: [PATCH] add margin to all first elements after h1 in content --- extensions/odoo_theme/static/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index a97336514..452633870 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -540,7 +540,7 @@ header.o_main_header{ color: $o-violet-dark; font-weight: $fw_bold; max-width: calc(100% - 120px); - + p { + + *:not(h2) { margin-top: 1rem; } }