summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-07 17:15:39 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-07 17:17:11 +0100
commitda6a8d512ed8ab730d46a766936d9497f4244f22 (patch)
treed70904e5ca05c41979dafa301a328be2b0e10137 /css
parenta32525bd8ed9a505cb40d109cf0914bf21660afd (diff)
absolutely position name in header
Diffstat (limited to 'css')
-rw-r--r--css/public/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/public/style.css b/css/public/style.css
index 35a42cff..9f23dd40 100644
--- a/css/public/style.css
+++ b/css/public/style.css
@@ -8,8 +8,9 @@
}
.contactdetails__header h2 {
- margin-bottom: 6px;
- margin-left: 8px;
+ position: absolute;
+ top: 25px;
+ left: 103px;
}
.contactdetails__header .contactdetails__name {
font-size: inherit !important;