mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 21:44:06 +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);
|
||||
return (
|
||||
<div className="p-5">
|
||||
<div className="container max-w-screen-xl">
|
||||
{/* {JSON.stringify(params.uid)} */}
|
||||
{/* {JSON.stringify(tagCount)} */}
|
||||
{/* {JSON.stringify(deals)} */}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user