File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ interface PropsCardButton {
1414
1515export 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" } >
You can’t perform that action at this time.
0 commit comments