From dba39c70c6c54f801db909f55ac201b701530b03 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 31 Oct 2017 21:41:48 +0100 Subject: Fix styling of h3 headings Signed-off-by: Jan-Christoph Borchardt --- css/_details.scss | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'css') diff --git a/css/_details.scss b/css/_details.scss index 042547d7..aa96f135 100644 --- a/css/_details.scss +++ b/css/_details.scss @@ -251,12 +251,25 @@ contactdetails { } } +propertygroup { + display: inline-block; + padding-bottom: 36px; +} + .propertyGroup__title { - margin-bottom: 5px; display: inline-block; + padding: 12px; + margin: 0; + margin-left: 68px; + opacity: .6; +} + +.propertyGroup__title i { + display: inline-block; + vertical-align: middle; background-size: 16px 16px; - background-position-x: 0; - padding-left: 20px; + margin-right: 8px; + opacity: .5; } detailsitem { -- cgit v1.2.3