mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/style: change sections columns from 1 to 2 on mobile
This commit is contained in:
parent
6b84a312f7
commit
8d2800c2f2
5 changed files with 41 additions and 59 deletions
|
@ -18,8 +18,8 @@ export const UserSection = (props: { sectionTitle?: string; content: any }) => {
|
|||
<Link href={`/profile/${user.id}`} key={user.id}>
|
||||
<Card>
|
||||
<div className="flex items-center gap-4">
|
||||
<Avatar img={user.avatar} alt="" size="lg" rounded={true} />
|
||||
<p className="text-xl font-medium text-gray-900 dark:text-white">{user.login}</p>
|
||||
<Avatar img={user.avatar} alt="" size="lg" rounded={true} className="flex-shrink-0"/>
|
||||
<p className="text-xl font-medium text-gray-900 dark:text-white line-clamp-1">{user.login}</p>
|
||||
</div>
|
||||
</Card>
|
||||
</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue