We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030d526 commit 9a6cf5bCopy full SHA for 9a6cf5b
components/index/aboutTwo.tsx
@@ -61,14 +61,13 @@ export default function AgentAboutTwo() {
61
</Link>
62
</div>
63
64
- <div className="relative overflow-hidden rounded-lg border-amber-400/5 bg-gradient-to-tl to-amber-400/30 from-fuchsia-600/30 dark:to-amber-400/50 dark:from-fuchsia-600/50">
+ <div className="relative overflow-hidden rounded-lg border border-amber-400/5 bg-gradient-to-tl to-amber-400/30 from-fuchsia-600/30 dark:to-amber-400/50 dark:from-fuchsia-600/50 ps-6 pt-6 lg:me-8">
65
<Image
66
height={800}
67
width={800}
68
src={feature4}
69
className="ltr:rounded-tl-lg rtl:rounded-tr-lg"
70
alt=""
71
-
72
/>
73
74
0 commit comments