New Tailwind CSS formatter run
This commit is contained in:
@@ -17,8 +17,7 @@ export function DocsCard({
|
||||
return (
|
||||
<div className="flex flex-col">
|
||||
<div
|
||||
className={`flex grow flex-col space-y-2.5 border bg-background p-6
|
||||
${link ? 'rounded-t-2xl border-b-0' : 'rounded-2xl'}`}
|
||||
className={`flex grow flex-col space-y-2.5 border bg-background p-6 ${link ? 'rounded-t-2xl border-b-0' : 'rounded-2xl'}`}
|
||||
>
|
||||
<h3 className="mt-0 text-lg font-semibold dark:text-white">
|
||||
<Link href={link.url}>{title}</Link>
|
||||
|
||||
@@ -26,7 +26,7 @@ function Home() {
|
||||
<div
|
||||
className={
|
||||
'flex flex-col items-center md:flex-row' +
|
||||
' mx-auto flex-1 justify-center animate-in fade-in ' +
|
||||
' mx-auto flex-1 justify-center animate-in fade-in' +
|
||||
' duration-500 zoom-in-95 slide-in-from-top-24'
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user