Skip to content

Commit 6d9f3a1

Browse files
Copilotjbampton
andauthored
fix: align all 3 bio section headings consistently
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/c6854300-779e-4451-a940-295b87e4f119 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent b845f93 commit 6d9f3a1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/_includes/bio.njk

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@
8787

8888
{% if languages is defined and languages is not null %}
8989
<div class="user-card p-8 rounded-3xl">
90-
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6">Technologies</h2>
90+
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6 flex items-center gap-2">
91+
<span class="w-8 h-[2px] bg-accent"></span> Technologies
92+
</h2>
9193
<div class="flex flex-wrap gap-3">
9294
{% set skills = languages.split(' ') %}
9395
{% include "skills-list.njk" %}
@@ -96,7 +98,7 @@
9698
{% endif %}
9799

98100
<div class="user-card p-8 rounded-3xl">
99-
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-4 flex items-center gap-2">
101+
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6 flex items-center gap-2">
100102
<span class="w-8 h-[2px] bg-accent"></span> Mini-Game
101103
</h2>
102104
<p class="text-sm text-[var(--text-muted)] mb-4">Catch the skill tiles before they fall! Collect enough to win XP.</p>

0 commit comments

Comments
 (0)