diff --git a/static/css/resume.css b/static/css/resume.css index bd524cf..6e5fd44 100644 --- a/static/css/resume.css +++ b/static/css/resume.css @@ -25,7 +25,6 @@ section .location { #header > #profiles, #header > #contact, -#skills, #languages, #interests { display: -webkit-box; @@ -182,21 +181,12 @@ section .location { } #languages .item, -#skills .item, #interests .item { width: 15em; padding: 0 0.5em 0.5em 0; border-bottom: none; } -#skills .item { - width: 16em; -} - -#skills .item .keywords { - width: 15em; -} - /* Skill chart */ .level { diff --git a/templates/partials/skills.html b/templates/partials/skills.html index c4ee631..fc6d8da 100644 --- a/templates/partials/skills.html +++ b/templates/partials/skills.html @@ -4,7 +4,7 @@

{% trans %}resume skill title{% endtrans %}

-
+
{% for skill in skills %}
{% if skill.name %}