summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-10-31 21:41:48 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-10-31 21:41:48 +0100
commitdba39c70c6c54f801db909f55ac201b701530b03 (patch)
treeabb5b8c321a976fe028c49b7c227db354773c034 /css
parent666a59cda660ee715ff3b902a5c8d97d02068a6d (diff)
Fix styling of h3 headings
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css')
-rw-r--r--css/_details.scss19
1 files changed, 16 insertions, 3 deletions
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 {