From 7396fd75c99ab887dd385bcf762074d1cbc602be Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Thu, 8 Jun 2017 13:38:51 -0400 Subject: [PATCH] Fixes #28 --- _layouts/resume.html | 4 ++-- _sass/_resume.scss | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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,