Skip to content

Commit 0973628

Browse files
fix: improve location text alignment using text-right
1 parent 072ee5b commit 0973628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_includes/bio.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<div class="space-y-4 text-sm border-t border-[var(--border-color)] pt-6">
2525
{% if location or country %}
26-
<div class="flex items-center gap-3">
26+
<div class="flex justify-end gap-2 text-right">
2727
<span class="text-lg">📍</span>
2828
<span class="text-[var(--text-muted)]">{{ location }}{% if location and country %}, {% endif %}{{ country }}</span>
2929
</div>

0 commit comments

Comments
 (0)