Added styling

This commit is contained in:
Mattias Erming
2014-07-28 15:41:52 -07:00
parent 16cfca869d
commit ae4879fdd8
2 changed files with 89 additions and 34 deletions

View File

@@ -1,7 +1,31 @@
body {
background: #fff;
font: 15px Arial, Helvetica, sans-serif;
margin: 50px 0;
margin-bottom: 100px;
}
p {
line-height: 1.4;
}
section {
margin-bottom: 2em;
}
.item + .item {
margin-top: 1em;
}
#resume {
margin: 0 auto;
max-width: 640px;
padding: 0 20px;
}
#resume .label {
float: left;
width: 100px;
}
#basics h3 {
margin-top: 1.5em;
}
#references blockquote {
margin: 0;
margin-bottom: 1em;
}