Mobile is better now

This commit is contained in:
BOT Alex 2025-04-06 01:26:19 +02:00
parent 2408174b8b
commit 33b291f3bf
2 changed files with 3 additions and 3 deletions

View file

@ -72,12 +72,12 @@
</div>
</div>
<div class="flex flex-col justify-center items-center w-full px-8 py-4">
<div class="flex flex-col justify-center items-center w-full md:px-8 py-4">
<h2 class="prose main-title text-center" style="font-size: {!mobile ? 3 : 2}rem;">
Developers
</h2>
<div>
<div class="grid space-y-1 p-4 rounded" style="width: 100%; max-width: 21cm;">
<div class="grid space-y-1 p-4 max-lg:px-0 rounded" style="width: 100%; max-width: 21cm;">
<Profile name="Zhen / Alex" tags={["Programmer", "3D artist", "UX Designer"]} isMobile={mobile}>
<span>

View file

@ -11,7 +11,7 @@
</script>
<div class="bg-grid-200 border-2 border-base-300 pr-4 rounded cozette">
<div class="bg-grid-200 border-2 border-base-300 pr-4 rounded cozette max-lg:pb-2">
{#if !isSnorre}
<div class="developersProfile {isSnorre ? "isSnorre" : ""} pl-1 font-mono">
<NameAndTag name={name} tags={tags} isMobile={isMobile}/>