From bdee751da0fdbf1ed79a8cb8b5b82b56ad63ee8f Mon Sep 17 00:00:00 2001 From: max/sooulix Date: Thu, 15 Aug 2024 21:57:08 +0200 Subject: [PATCH] [css] set skills grid to 3 cols --- static/css/resume.css | 10 ---------- templates/partials/skills.html | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) 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 %}