forked from emre/www_projectmycelium_com
style: remove trailing whitespace and adjust background opacity
This commit is contained in:
@@ -31,12 +31,12 @@ export function AgentDesign() {
|
|||||||
<div className="w-full border border-l border-r border-gray-100" />
|
<div className="w-full border border-l border-r border-gray-100" />
|
||||||
|
|
||||||
{/* ✅ Main content */}
|
{/* ✅ Main content */}
|
||||||
<div className="mx-auto max-w-7xl border-gray-100 ">
|
<div className="mx-auto max-w-7xl border-gray-100">
|
||||||
<dl className="grid grid-cols-1 gap-4 lg:gap-6 lg:grid-cols-3 text-center ">
|
<dl className="grid grid-cols-1 gap-4 lg:gap-6 lg:grid-cols-3 text-center ">
|
||||||
{benefits.map((item) => (
|
{benefits.map((item) => (
|
||||||
<div
|
<div
|
||||||
key={item.id}
|
key={item.id}
|
||||||
className="flex flex-col items-center bg-white/40 dark:bg-black/40 py-10 px-4 border border-gray-100 dark:border-gray-800 lg:border-t-0 lg:border-b-0"
|
className="flex flex-col items-center bg-white dark:bg-black/40 py-10 px-4 border border-gray-100 dark:border-gray-800 lg:border-t-0 lg:border-b-0"
|
||||||
>
|
>
|
||||||
<item.icon className="h-10 w-10 text-cyan-500 mb-4" />
|
<item.icon className="h-10 w-10 text-cyan-500 mb-4" />
|
||||||
<h3 className="text-base font-medium text-black dark:text-white max-w-xs">
|
<h3 className="text-base font-medium text-black dark:text-white max-w-xs">
|
||||||
|
|||||||
Reference in New Issue
Block a user