style: make layout a bit responsive

This commit is contained in:
trafficlunar 2025-06-07 21:23:09 +01:00
parent aae1499dba
commit 1a1f9762c2
2 changed files with 7 additions and 7 deletions

View file

@ -18,11 +18,11 @@ import LocationIcon from "../assets/icons/location.svg";
<p class="my-2">You can view what I'm currently doing by going <a href="/status" class="link">here</a>.</p>
<div class="flex gap-1 mt-4">
<div class="text-sm rounded-lg bg-peach/25 text-peach w-fit px-2 py-0.5 flex gap-1 items-center">
<div class="text-sm rounded bg-peach/25 text-peach w-fit pl-1 pr-1.5 py-0.5 flex gap-1 items-center">
<PersonIcon />
he/him
</div>
<div class="text-sm rounded-lg bg-peach/25 text-peach w-fit pl-1 pr-2 py-0.5 flex gap-1 items-center">
<div class="text-sm rounded bg-peach/25 text-peach w-fit pl-1 pr-1.5 py-0.5 flex gap-1 items-center">
<LocationIcon />
Scotland
</div>