Skip to content

Commit 3b95344

Browse files
Copilotjbampton
andauthored
Adjust bio card heading size per PR review
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/883c36f0-9cfb-458d-bb8d-7885db776591 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent 90521dc commit 3b95344

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/_includes/bio.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<div class="lg:col-span-2 space-y-8">
7777
{% if bio %}
7878
<div class="user-card p-8 sm:p-12 rounded-3xl">
79-
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6">
79+
<h2 class="text-sm font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6">
8080
Professional Bio
8181
</h2>
8282
<div class="text-[var(--text-main)] text-lg leading-relaxed whitespace-pre-line">
@@ -87,7 +87,7 @@
8787

8888
{% if languages is defined and languages is not null %}
8989
<div class="user-card p-8 sm:p-12 rounded-3xl">
90-
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6">
90+
<h2 class="text-sm font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6">
9191
Technologies
9292
</h2>
9393
<div class="flex flex-wrap gap-3">
@@ -98,7 +98,7 @@
9898
{% endif %}
9999

100100
<div class="user-card p-8 sm:p-12 rounded-3xl">
101-
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6">
101+
<h2 class="text-sm font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6">
102102
Mini-Game
103103
</h2>
104104
<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)