Skip to content

Commit 734a780

Browse files
committed
finalized project card style
1 parent b991287 commit 734a780

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/card-project.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ interface PropsCardButton {
1414

1515
export default function CardButton() {
1616
return (
17-
<div className={"w-full sm:w-96 md:w-96 lg:w-[350px] h-48 dark:bg-black/45 bg-white/45 flex flex-col px-4 py-2.5 rounded backdrop-blur-sm ring-1 dark:ring-white/50 ring-black/50"}>
17+
<div className={"w-full sm:w-96 md:w-96 lg:w-[350px] h-48 dark:bg-black/45 bg-white/45 flex flex-col px-4 py-2.5 rounded backdrop-blur-sm ring-1 dark:ring-white/25 ring-black/25"}>
1818
<div className={"flex justify-between items-center px-1"}>
1919
<div className={"text-2xl text-black dark:text-white"}>ui-notion.so</div>
20-
<Link href={cx("")} className={"text-3xl text-zinc-500 hover:text-black dark:hover:text-zinc-100 hover:transition-colors ease-in select-none"}></Link>
20+
<Link href={cx("")} className={"text-4xl text-zinc-500 hover:text-black dark:hover:text-zinc-100 hover:transition-colors ease-in select-none"}></Link>
2121
</div>
2222

23-
<div className={"flex-1 text-ellipsis"}>
24-
<p>Notion's product interface, a project developed as a way of retaining knowledge acquired in the discipline of programming for the web</p>
23+
<div className={"flex-1 overflow-hidden text-ellipsis py-3 pl-2"}>
24+
Notion's product interface, a project developed as a way of retaining knowledge acquired in the discipline of programming for the web
2525
</div>
2626

2727
<div className={"flex justify-between items-center"}>

0 commit comments

Comments
 (0)