mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-20 06:24:06 +01:00
Refactor Portfolio component layout for improved responsiveness; adjust card widths and container padding
This commit is contained in:
parent
9182b168e1
commit
8c5c4076fc
@ -59,7 +59,7 @@ export default async function Portfolio({
|
|||||||
|
|
||||||
// console.log(tagCount);
|
// console.log(tagCount);
|
||||||
return (
|
return (
|
||||||
<div>
|
<div className="p-5">
|
||||||
{/* {JSON.stringify(params.uid)} */}
|
{/* {JSON.stringify(params.uid)} */}
|
||||||
{/* {JSON.stringify(tagCount)} */}
|
{/* {JSON.stringify(tagCount)} */}
|
||||||
{/* {JSON.stringify(deals)} */}
|
{/* {JSON.stringify(deals)} */}
|
||||||
@ -72,8 +72,8 @@ export default async function Portfolio({
|
|||||||
<div>{totalInvest}</div>
|
<div>{totalInvest}</div>
|
||||||
</div> */}
|
</div> */}
|
||||||
{/* <CountUpComponent end={100} duration={3} /> */}
|
{/* <CountUpComponent end={100} duration={3} /> */}
|
||||||
<div className="flex flew-rows-3 gap-10 mt-5">
|
<div className="flex flew-rows-3 gap-10 mt-5 w-full">
|
||||||
<Card className="w-[500px]">
|
<Card className="w-1/3">
|
||||||
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
|
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
|
||||||
<CardTitle className="text-md font-bold">
|
<CardTitle className="text-md font-bold">
|
||||||
Types of Businesses Invested In
|
Types of Businesses Invested In
|
||||||
@ -83,7 +83,7 @@ export default async function Portfolio({
|
|||||||
<Overview graphType="line" data={overAllData}></Overview>
|
<Overview graphType="line" data={overAllData}></Overview>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
<Card className="w-[500px]">
|
<Card className="w-1/3">
|
||||||
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
|
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
|
||||||
<CardTitle className="text-md font-bold">
|
<CardTitle className="text-md font-bold">
|
||||||
Types of Businesses Invested In
|
Types of Businesses Invested In
|
||||||
@ -93,7 +93,7 @@ export default async function Portfolio({
|
|||||||
<Overview graphType="bar" data={fourYearData}></Overview>
|
<Overview graphType="bar" data={fourYearData}></Overview>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
</Card>
|
</Card>
|
||||||
<Card className="w-[500px]">
|
<Card className="w-1/3">
|
||||||
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
|
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
|
||||||
<CardTitle className="text-md font-bold">
|
<CardTitle className="text-md font-bold">
|
||||||
Types of Businesses Invested In
|
Types of Businesses Invested In
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user