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