Mobile is better now
This commit is contained in:
parent
2408174b8b
commit
33b291f3bf
|
@ -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>
|
||||
|
|
|
@ -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}/>
|
||||
|
|
Loading…
Reference in a new issue