master
mahdi 3 years ago
parent ace95b2b09
commit fc5c7bdf47
  1. 3
      src/components/Features/index.js

@ -20,9 +20,10 @@ const Features = ({ functionalities }) => {
<div className="flex flex-row w-2/5 p-5" key={index}>
{/* 1 */}
<div
className="rounded p-2 ml-5"
className="rounded p-2 ml-5 flex"
style={{
backgroundColor: feature.iconBgColor,
height: "fit",
}}
>
<img src={feature.icon} alt="" className="w-10 h-10" />

Loading…
Cancel
Save