feat: small screen (#8)
This commit is contained in:
parent
11d035f719
commit
8e0b91888f
27 changed files with 372 additions and 127 deletions
|
|
@ -127,7 +127,7 @@ export default function NoteList({
|
|||
</Button>
|
||||
</div>
|
||||
)}
|
||||
<div className={cn('flex flex-col gap-4', className)}>
|
||||
<div className={cn('flex flex-col sm:gap-4', className)}>
|
||||
{events.map((event, i) => (
|
||||
<NoteCard key={`${i}-${event.id}`} className="w-full" event={event} />
|
||||
))}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue