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 0a9e4a7 commit be32d97Copy full SHA for be32d97
1 file changed
src/index.njk
@@ -31,7 +31,7 @@ layout: false
31
{% set country = person.data.country %}
32
{% set location = person.data.location %}
33
{% if location or country %}
34
- <div class="flex flex-col items-end text-right gap-0.5 text-[10px] bg-[var(--bg-footer)] text-[var(--text-muted)] px-2 py-1 rounded font-bold uppercase border border-[var(--border-color)] min-w-28 max-w-40 shrink-0">
+ <div class="flex flex-col items-end text-right gap-0.5 text-[10px] bg-[var(--bg-footer)] text-[var(--text-muted)] px-2 py-1 rounded font-bold uppercase border border-[var(--border-color)] min-w-[7rem] max-w-[10rem] shrink-0">
35
{% if location %}<span>{{ location }}</span>{% endif %}
36
{% if country %}<span>{{ country }}</span>{% endif %}
37
</div>
0 commit comments