Merge pull request #57 from hareekum/master

Show employer location, related positive theme change
This commit is contained in:
hacksalot 2018-02-02 15:31:36 -05:00 committed by GitHub
commit 7e3e74d5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,7 @@
{{ employer }}
{{/if}}
</h3>
<span class="location">{{location}}</span>
<span class="tenure">{{dateRange .}}</span>
<p>{{{ summary }}}</p>
{{> highlights }}

View File

@ -107,6 +107,11 @@ p, li {
font-size: 85%;
}
.location {
line-height: 2em;
color: #6F6F6F;
}
span.keywords {
font-size: 10px;
color: #B16666;