feat: shadcn-style mobile menu
This commit is contained in:
parent
2211c4bbf3
commit
72655a8317
5 changed files with 70 additions and 8 deletions
|
@ -16,7 +16,7 @@ const { name, avatar, bio, pronouns, github, twitter, linkedin, website } =
|
|||
---
|
||||
|
||||
<div
|
||||
class="rounded-xl border p-4 transition-colors duration-300 ease-in-out has-[a:hover]:bg-secondary/50"
|
||||
class="overflow-hidden rounded-xl border p-4 transition-colors duration-300 ease-in-out has-[a:hover]:bg-secondary/50"
|
||||
>
|
||||
<div class="flex flex-wrap gap-4">
|
||||
<Link
|
||||
|
@ -35,7 +35,7 @@ const { name, avatar, bio, pronouns, github, twitter, linkedin, website } =
|
|||
)}
|
||||
/>
|
||||
</Link>
|
||||
<div class="flex flex-grow flex-col justify-between">
|
||||
<div class="flex flex-grow flex-col justify-between gap-y-4">
|
||||
<div>
|
||||
<div class="flex items-center gap-2">
|
||||
<h3 class="text-lg font-semibold">{name}</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue