Skip to content

Commit ddef2b7

Browse files
Copilotjbampton
andauthored
fix: unify container padding to p-8 sm:p-12 on all three bio sections
Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/b12891e7-40a5-416f-8882-415a6b6d877d Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com>
1 parent 6d9f3a1 commit ddef2b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_includes/bio.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
{% endif %}
8787

8888
{% if languages is defined and languages is not null %}
89-
<div class="user-card p-8 rounded-3xl">
89+
<div class="user-card p-8 sm:p-12 rounded-3xl">
9090
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6 flex items-center gap-2">
9191
<span class="w-8 h-[2px] bg-accent"></span> Technologies
9292
</h2>
@@ -97,7 +97,7 @@
9797
</div>
9898
{% endif %}
9999

100-
<div class="user-card p-8 rounded-3xl">
100+
<div class="user-card p-8 sm:p-12 rounded-3xl">
101101
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6 flex items-center gap-2">
102102
<span class="w-8 h-[2px] bg-accent"></span> Mini-Game
103103
</h2>

0 commit comments

Comments
 (0)