diff --git a/resume.template b/resume.template index c574d89..87f9e41 100644 --- a/resume.template +++ b/resume.template @@ -383,9 +383,7 @@ {{/name}} {{#if keywords.length}} {{/if}} @@ -437,9 +435,7 @@ {{/name}} {{#if keywords.length}} {{/if}} diff --git a/style.css b/style.css index 243c195..91eca74 100644 --- a/style.css +++ b/style.css @@ -69,6 +69,18 @@ h4 span:first-child { .col-sm-12 + .col-sm-12 { margin-top: 30px; } +.keywords { + padding: 0; +} +.keywords > li { + display: inline-block; + background: #f4f6f6; + margin: 0 4px 4px 0; + padding: 2px 8px; +} +.keywords > li:before { + content: none; +} #header { background: #f4f6f6; padding: 50px 0;