mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
Refactor, make like and shre button responsive
This commit is contained in:
parent
60c9af3214
commit
504dace8d8
@ -71,10 +71,13 @@ export default function Invest() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="w-[90%] h-[45w0px]-500 m-auto mt-12 pl-24">
|
<div className="w-[90%] h-[45w0px]-500 m-auto mt-12 pl-24">
|
||||||
<div>
|
<div>
|
||||||
<div className="flex ">
|
{/* Name, star and share button packed */}
|
||||||
<Image src="./logo.svg" alt="logo" width={50} height={50} />
|
<div className="grid grid-cols-4">
|
||||||
<h1 className="mt-3 font-bold text-3xl">NVIDIA</h1>
|
<div className="flex col-span-2">
|
||||||
<div className="grid grid-cols-2 gap-5 ml-[850px] ">
|
<Image src="./logo.svg" alt="logo" width={50} height={50} />
|
||||||
|
<h1 className="mt-3 font-bold text-3xl">NVIDIA</h1>
|
||||||
|
</div>
|
||||||
|
<div className="grid grid-cols-2 gap-5 justify-self-end ">
|
||||||
<div className="mt-2 cursor-pointer" onClick={handleFollow}>
|
<div className="mt-2 cursor-pointer" onClick={handleFollow}>
|
||||||
<TooltipProvider>
|
<TooltipProvider>
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user