feat: apply glassmorphic effect to about section card

This commit is contained in:
kudinDmitriyUp
2026-05-08 08:19:07 +00:00
parent f87b5cc1dc
commit dce6ba68d8

View File

@@ -54,7 +54,7 @@ const AboutFeaturesSplit = ({
</div>
<div className="flex flex-col md:flex-row md:items-stretch gap-5">
<div className="flex flex-col justify-center gap-3 xl:gap-4 2xl:gap-5 p-3 xl:p-4 2xl:p-5 w-full md:w-4/10 2xl:w-3/10 card rounded">
<div className="flex flex-col justify-center gap-3 xl:gap-4 2xl:gap-5 p-3 xl:p-4 2xl:p-5 w-full md:w-4/10 2xl:w-3/10 card rounded bg-white/10 backdrop-blur-lg border border-white/20">
{items.map((item, index) => {
const ItemIcon = resolveIcon(item.icon);
return (