Skip to content

Commit ecbbe92

Browse files
committed
Fixups
1 parent 80bdf0f commit ecbbe92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ layout: false
3131
{% set country = person.data.country %}
3232
{% set location = person.data.location %}
3333
{% if location or country %}
34-
<span class="flex flex-col items-center shrink-0 text-[10px] bg-[var(--bg-footer)] text-[var(--text-muted)] px-2 py-1 rounded font-bold uppercase border border-[var(--border-color)]">
34+
<div class="flex flex-col items-center gap-0.5 shrink-0 text-[10px] bg-[var(--bg-footer)] text-[var(--text-muted)] px-2 py-1 rounded font-bold uppercase border border-[var(--border-color)]">
3535
{% if location %}<span>{{ location }}</span>{% endif %}
3636
{% if country %}<span>{{ country }}</span>{% endif %}
37-
</span>
37+
</div>
3838
{% endif %}
3939
</div>
4040

0 commit comments

Comments
 (0)