From 3bd1cc04e2463fd2ac2f95a9e036b59b39b66122 Mon Sep 17 00:00:00 2001 From: Graeme Maciver Date: Sat, 22 Nov 2014 19:08:11 +0000 Subject: [PATCH] style fixes --- resume.template | 4 ++++ style.css | 8 ++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resume.template b/resume.template index a99d288..84ced51 100644 --- a/resume.template +++ b/resume.template @@ -10,6 +10,10 @@ + + diff --git a/style.css b/style.css index c5b7b48..f7fc622 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { background: #fff; - font: 14px 'Open Sans' Helvetica, Arial, sans-serif; + font: 16px 'Open Sans' Helvetica, Arial, sans-serif; line-height: 1.4; margin: 0 0; margin-bottom: 100px; @@ -31,7 +31,6 @@ blockquote { #resume { margin: 2em 2em 2em 2.5em; max-width: 960px; - padding: 0 20px; } /* Resume heading */ @@ -106,10 +105,6 @@ section h2 { color: #6B6B6B; } -.item .summary { - font-size: 90%; -} - .item .highlights { list-style: square; font-size: 90%; @@ -137,6 +132,7 @@ section h2 { /* education */ #education .item { display: inline-block; + vertical-align: top; width: 49.5%; border-bottom: 0; }