mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 14:21:55 -05:00
docs: soften readme feature grid borders (#8666)
This commit is contained in:
@@ -1565,7 +1565,7 @@ export function HeroReadMe({
|
||||
<div className="flex-1 border-t border-foreground/10"></div>
|
||||
</div>
|
||||
|
||||
<div className="relative grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 mb-2 border border-foreground/15 overflow-hidden">
|
||||
<div className="relative grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 mb-2 border border-foreground/[0.08] overflow-hidden">
|
||||
{[
|
||||
{
|
||||
label: "Framework Agnostic",
|
||||
@@ -1654,7 +1654,7 @@ export function HeroReadMe({
|
||||
}
|
||||
}}
|
||||
className={cn(
|
||||
"group/card relative p-4 lg:p-5 border-foreground/[0.15] min-h-[180px] transition-all duration-200 hover:bg-foreground/[0.02] hover:shadow-[inset_0_1px_0_0_rgba(128,128,128,0.1)] hover:z-10",
|
||||
"group/card relative p-4 lg:p-5 border-foreground/[0.08] min-h-[180px] transition-all duration-200 hover:bg-foreground/[0.02] hover:shadow-[inset_0_1px_0_0_rgba(128,128,128,0.1)] hover:z-10",
|
||||
// Bottom border: all except last; 3-col last row starts at 6
|
||||
i < 8 && "border-b",
|
||||
i >= 6 && "md:border-b-0",
|
||||
|
||||
Reference in New Issue
Block a user