diff --git a/_layouts/resume.html b/_layouts/resume.html
index c0db2be..28b1ec2 100644
--- a/_layouts/resume.html
+++ b/_layouts/resume.html
@@ -55,8 +55,8 @@
{% for job in site.data.experience %}
{{ job.company }}
-
{{ job.position }}{{ job.duration }}
-
{{ job.summary }}
+
{{ job.position }} • {{ job.duration }}
+
{{ job.summary }}
{% endfor %}
@@ -75,8 +75,8 @@
{% for education in site.data.education %}
{{ education.uni }}
-
{{ education.degree }}{{ education.year }}
-
{{ education.awards }}
+
{{ education.degree }} • {{ education.year }}
+
{{ education.awards }}
{{ education.summary }}
{% endfor %}
@@ -95,8 +95,8 @@
{% for project in site.data.projects %}
{{ project.project }}
-
{{ project.role }}{{ project.duration }}
-
{{ project.description }}
+
{{ project.role }} • {{ project.duration }}
+
{{ project.description }}
{% endfor %}
diff --git a/_sass/_resume.scss b/_sass/_resume.scss
index 5f47551..ef2bfbb 100644
--- a/_sass/_resume.scss
+++ b/_sass/_resume.scss
@@ -144,6 +144,10 @@
font-size: 1.125rem;
margin: 0 0 .75rem;
line-height: 1;
+
+ &.award-title {
+ font-size: 1rem;
+ }
}
.resume-item-title,