summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2023-04-13 11:01:35 -0600
committerAaron Ball <nullspoon@oper.io>2023-04-13 11:11:55 -0600
commit555b887200fdf5272f5d0c41c2e0da180a06d2d3 (patch)
treeaffc012ff4a5f2c871acf7b9623380b8089f2479
parent578715f3d9fd845aa3b194ce93c4a520e9bff090 (diff)
downloadresume-555b887200fdf5272f5d0c41c2e0da180a06d2d3.tar.gz
resume-555b887200fdf5272f5d0c41c2e0da180a06d2d3.tar.xz
Improve header style to accomodate wider values
-rw-r--r--res/style-header.css12
-rw-r--r--resume.md2
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 @@
<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)

Generated by cgit