Give stuff breathing room and better text

Adds a better line-height, more space between sections, fixes lists next to paragraphs being awful, makes the skills section readable, adds margins where needed.
This commit is contained in:
Jon Wolfe 2016-03-17 16:02:28 -04:00
parent 3cbbc36818
commit 01c7b0412b
1 changed files with 22 additions and 5 deletions

View File

@ -1,6 +1,7 @@
html, body, main, section, header, ul, p, h1, h2, h3 {
font-family: {{{fontList 'default'}}};
font-size: 14px;
line-height: 1.4;
margin: 0; padding: 0;
display: block;
}
@ -38,7 +39,8 @@ h3, .tenure {
h3 {
margin-top: 0;
width: 66%;
margin-bottom: 5px;
width: 85%;
float: left;
}
@ -50,8 +52,8 @@ table {
td:first-child {
text-align: right;
color: #A9A9A9;
letter-spacing: 5px;
color: #c00000;
letter-spacing: 2px;
font-weight: bold;
}
@ -70,7 +72,7 @@ main {
}
section {
margin-top: 1em;
margin-top: 2em;
}
section > div {
@ -86,6 +88,10 @@ section > header {
position: relative;
}
p + ul {
margin: 1em;
}
ul {
clear: both;
}
@ -108,7 +114,7 @@ p, li {
}
span.keywords {
font-size: 10px;
font-size: 12px;
color: #B16666;
}
@ -136,6 +142,11 @@ h1, h2, .label {
#contact {
clear: both;
float: right;
margin-top: 2px;
}
#contact span + span {
margin-left: 10px;
}
header > span.fa {
@ -158,4 +169,10 @@ header > span.fa {
#summary {
color: #717171;
font-size: 1.25em;
margin-top: 6em;
}
#skills td {
padding-top: 7px;
padding-bottom: 7px;
}