Files
jsonresume-theme-short/style.css
Mattias Erming ae4879fdd8 Added styling
2014-07-28 15:41:52 -07:00

32 lines
413 B
CSS

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;
}