diff --git a/partials/html/section/employment.hbs b/partials/html/section/employment.hbs index 459e2bf..b8e58c1 100644 --- a/partials/html/section/employment.hbs +++ b/partials/html/section/employment.hbs @@ -15,6 +15,7 @@ {{ employer }} {{/if}} + {{location}} {{dateRange .}}

{{{ summary }}}

{{> highlights }} diff --git a/themes/positive/src/positive-html.css b/themes/positive/src/positive-html.css index 342d217..381d719 100644 --- a/themes/positive/src/positive-html.css +++ b/themes/positive/src/positive-html.css @@ -107,6 +107,11 @@ p, li { font-size: 85%; } +.location { + line-height: 2em; + color: #6F6F6F; +} + span.keywords { font-size: 10px; color: #B16666;