Update template

This commit is contained in:
Mattias Erming
2014-07-31 11:05:08 -07:00
parent 93e9747e44
commit a9464c1627
3 changed files with 200 additions and 175 deletions

View File

@@ -1,31 +1,54 @@
body {
background: #fff;
font: 15px Arial, Helvetica, sans-serif;
line-height: 1.4;
margin: 50px 0;
margin-bottom: 100px;
}
em {
color: #999;
}
p {
line-height: 1.4;
}
ul {
margin-bottom: 0;
}
section {
margin-bottom: 2em;
}
.item + .item {
margin-top: 1em;
blockquote {
margin: 0;
margin-bottom: 1em;
}
.item {
margin-bottom: 1em;
}
#resume {
margin: 0 auto;
max-width: 640px;
max-width: 480px;
padding: 0 20px;
}
#resume .label {
float: left;
width: 100px;
#basics {
margin-bottom: -10px;
}
#basics h3 {
margin-top: 1.5em;
}
#references blockquote {
margin: 0;
margin-bottom: 1em;
#basics .contact strong,
#location strong {
clear: both;
float: left;
line-height: 1.3;
width: 120px;
}
#profiles,
#skills {
overflow: hidden;
}
#profiles .item,
#skills .item {
float: left;
width: 50%;
}