diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index 06e493d11..2859b69b3 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -718,34 +718,30 @@ header { } section { + margin-bottom: $margin-m; + > h1 { color: $o-violet; font-weight: $fw_bold; + margin-bottom: $margin-s; + @include media-breakpoint-up(lg) { max-width: calc(100% - 120px); } - + * { - margin-top: $margin-s; - } } > h2 { font-family: $font-family-serif; color: $o-gray-color; - margin-top: $margin-m; margin-bottom: $margin-s; padding-bottom: .3rem; border-bottom: 1px solid $o-gray-border; } > h3 { - margin-top: $margin-m; font-weight: $fw_bold; } - > h4 { - margin-top: $margin-l; - } > h4, > h5, > h6 { font-weight: $fw_semibold;