Skip to content

Commit cb19a63

Browse files
Copilotjbampton
andauthored
Left-align right pane headings on bio page
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/f69383b6-d282-4e53-a699-09d69db365d6 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent 064f1a8 commit cb19a63

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/_includes/bio.njk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
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 flex items-center gap-2">
80-
<span class="w-8 h-[2px] bg-accent" aria-hidden="true"></span> Professional Bio
79+
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6">
80+
Professional Bio
8181
</h2>
8282
<div class="text-[var(--text-main)] text-lg leading-relaxed whitespace-pre-line">
8383
{{ bio }}
@@ -87,8 +87,8 @@
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 flex items-center gap-2">
91-
<span class="w-8 h-[2px] bg-accent" aria-hidden="true"></span> Technologies
90+
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6">
91+
Technologies
9292
</h2>
9393
<div class="flex flex-wrap gap-3">
9494
{% set skills = languages.split(' ') %}
@@ -98,8 +98,8 @@
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 flex items-center gap-2">
102-
<span class="w-8 h-[2px] bg-accent" aria-hidden="true"></span> Mini-Game
101+
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6">
102+
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>
105105
<button

0 commit comments

Comments
 (0)