Change gap profile
This commit is contained in:
@@ -172,7 +172,7 @@ export default function ProfilePage() {
|
||||
</div>
|
||||
</CardHeader>
|
||||
<CardContent className="py-2 px-4">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 text-sm text-black dark:text-white">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-0 md:gap-4 text-sm text-black dark:text-white">
|
||||
<div className="space-y-1">
|
||||
<div className="py-1.5 border-b">
|
||||
<div className="text-muted-foreground">Nama Lengkap</div>
|
||||
@@ -238,7 +238,7 @@ export default function ProfilePage() {
|
||||
</div>
|
||||
</CardHeader>
|
||||
<CardContent className="py-2 px-4">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 text-sm text-black dark:text-white">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-0 md:gap-4 text-sm text-black dark:text-white">
|
||||
<div className="space-y-1">
|
||||
<div className="py-1.5 border-b">
|
||||
<div className="text-muted-foreground">Nama Prestasi</div>
|
||||
@@ -280,7 +280,7 @@ export default function ProfilePage() {
|
||||
</div>
|
||||
</CardHeader>
|
||||
<CardContent className="py-2 px-4">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 text-sm text-black dark:text-white">
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-0 md:gap-4 text-sm text-black dark:text-white">
|
||||
<div className="space-y-1">
|
||||
<div className="py-1.5 border-b">
|
||||
<div className="text-muted-foreground">Nama Beasiswa</div>
|
||||
|
||||
Reference in New Issue
Block a user