Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
feat: removed max lg
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Fasih Ali Naqvi authored and Muhammad Fasih Ali Naqvi committed Mar 12, 2024
1 parent e383450 commit 4ed090d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/src/lib/cta/cta-left/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const CTALeft = ({
{content && (
<>
<div className="absolute inset-50 z-10 bg-cta-gradient lg:bg-none"></div>
<div className="-z-10 h-full w-full overflow-hidden object-cover object-top max-lg:absolute lg:relative ">
<div className="absolute -z-10 h-full w-full overflow-hidden object-cover object-top lg:relative ">
{content}
</div>
</>
Expand Down

0 comments on commit 4ed090d

Please sign in to comment.