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 072ee5b commit 0973628Copy full SHA for 0973628
1 file changed
src/_includes/bio.njk
@@ -23,7 +23,7 @@
23
24
<div class="space-y-4 text-sm border-t border-[var(--border-color)] pt-6">
25
{% if location or country %}
26
- <div class="flex items-center gap-3">
+ <div class="flex justify-end gap-2 text-right">
27
<span class="text-lg">📍</span>
28
<span class="text-[var(--text-muted)]">{{ location }}{% if location and country %}, {% endif %}{{ country }}</span>
29
</div>
0 commit comments