diff options
-rw-r--r-- | res/style-header.css | 12 | ||||
-rw-r--r-- | 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 { @@ -1,5 +1,5 @@ <div id="resume-author-sect"> -<div id="resume-author-name">Aaron Ball</div> +<div id="resume-author-name"><span>Aaron Ball</span></div> <div id="resume-author-contact"> * **email**: [aaronb@oper.io](mailto:aaronb@oper.io) |