diff --git a/_layouts/resume.html b/_layouts/resume.html
index c0db2be..21e105f 100644
--- a/_layouts/resume.html
+++ b/_layouts/resume.html
@@ -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 %}
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,