fix: removed duplicate code with img

This commit is contained in:
Aleksandra Rubaj 2022-05-04 17:37:23 +02:00
parent dd1b1c78ed
commit c163f91d13
1 changed files with 0 additions and 9 deletions

View File

@ -127,15 +127,6 @@ export default function Why() {
</div>
</div>
</div>
<div className="mt-12 sm:mt-16 lg:mt-0">
<div className="pl-4 -mr-48 sm:pl-6 md:-mr-16 lg:px-0 lg:m-0 lg:relative lg:h-full">
<img
className="w-full rounded-xl shadow-xl ring-1 ring-black ring-opacity-5 lg:absolute lg:left-0 lg:h-full lg:w-auto lg:max-w-md"
src="/img/undraw_team_collaboration_re_ow29_s8gvrf.svg"
alt="Read More"
/>
</div>
</div>
</div>
</div>
);