From 555b887200fdf5272f5d0c41c2e0da180a06d2d3 Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Thu, 13 Apr 2023 11:01:35 -0600 Subject: Improve header style to accomodate wider values --- res/style-header.css | 12 ++++++++---- resume.md | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/res/style-header.css b/res/style-header.css index c85746c..a7e7d7d 100644 --- a/res/style-header.css +++ b/res/style-header.css @@ -1,17 +1,15 @@ /** * Resume author and author-details styles */ -div#resume-author-sect { text-align:center; } - div#resume-author-name, div#resume-author-contact { display:inline-block; - padding:0rem 3rem; } /* Author right side, containing author email, phone, website, etc */ div#resume-author-contact { border-left:2px dotted #ccc; + padding:0rem 0rem 0rem 3rem; } /* Author left side, containing author name */ @@ -20,9 +18,15 @@ div#resume-author-name { font-weight:200; letter-spacing:-.05em; vertical-align:top; - margin-top:.20em; + /*margin-top:.20em;*/ + margin-top:0; line-height:1em; color:#555; + width:50%; + text-align:right; +} +div#resume-author-name span { + padding:0rem 3rem 0rem 0rem; } div#resume-author-contact ul { diff --git a/resume.md b/resume.md index 83afced..7bf9360 100644 --- a/resume.md +++ b/resume.md @@ -1,5 +1,5 @@
-
Aaron Ball
+
Aaron Ball
* **email**: [aaronb@oper.io](mailto:aaronb@oper.io) -- cgit v1.2.3