Skip to content

Commit 2a69743

Browse files
committed
fix: prevent profile metadata from collapsing
1 parent 93b871a commit 2a69743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ layout: false
2424
data-skills="{{ person.data.languages }}">
2525
<div class="p-8">
2626
<div class="flex justify-between items-start gap-4">
27-
<div class="flex-1">
27+
<div class="flex-1 min-w-[200px]">
2828
<h2 class="text-2xl font-bold group-hover:text-accent transition-colors">{{ person.data.name }}</h2>
2929
<p class="text-accent font-semibold text-sm uppercase tracking-wider">{{ person.data.role }}</p>
3030
</div>

0 commit comments

Comments
 (0)