From 974008b794dc132f4d5fa2cd67724465edbd6f3f Mon Sep 17 00:00:00 2001 From: srgg Date: Fri, 12 Sep 2025 14:41:43 -0600 Subject: [PATCH] Fix resume-skills block aligns columns to the top instead of the center. Change 'items-center' to 'items-start' to prevent shorter content from centering vertically, ensuring the Skills and Hobbies categories align at the same top level regardless of content size/height differences. --- modules/blox-tailwind/blox/resume-skills/block.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blox-tailwind/blox/resume-skills/block.html b/modules/blox-tailwind/blox/resume-skills/block.html index 25323a70c..530078064 100644 --- a/modules/blox-tailwind/blox/resume-skills/block.html +++ b/modules/blox-tailwind/blox/resume-skills/block.html @@ -24,7 +24,7 @@ {{ with $block.content.text }}

{{ . | markdownify | emojify }}

{{ end }} -
+
{{ range $skills }} {{ $color := .color | default "" }}