mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-20 14:34:05 +01:00
ui: add container and max-w
This commit is contained in:
parent
730ed4e93a
commit
1802f87bd5
@ -78,7 +78,7 @@ export default async function Portfolio({ params }: { params: { uid: string } })
|
|||||||
|
|
||||||
// console.log(tagCount);
|
// console.log(tagCount);
|
||||||
return (
|
return (
|
||||||
<div className="p-5">
|
<div className="container max-w-screen-xl">
|
||||||
{/* {JSON.stringify(params.uid)} */}
|
{/* {JSON.stringify(params.uid)} */}
|
||||||
{/* {JSON.stringify(tagCount)} */}
|
{/* {JSON.stringify(tagCount)} */}
|
||||||
{/* {JSON.stringify(deals)} */}
|
{/* {JSON.stringify(deals)} */}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user