We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b871a commit 2a69743Copy full SHA for 2a69743
1 file changed
src/index.njk
@@ -24,7 +24,7 @@ layout: false
24
data-skills="{{ person.data.languages }}">
25
<div class="p-8">
26
<div class="flex justify-between items-start gap-4">
27
- <div class="flex-1">
+ <div class="flex-1 min-w-[200px]">
28
<h2 class="text-2xl font-bold group-hover:text-accent transition-colors">{{ person.data.name }}</h2>
29
<p class="text-accent font-semibold text-sm uppercase tracking-wider">{{ person.data.role }}</p>
30
</div>
0 commit comments