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

Commit

Permalink
feat: addressed hasans comment
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 f0f8cbc commit e383450
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 @@ -44,7 +44,7 @@ export const CTALeft = ({
{title && (
<>
<Heading.H2 className="hidden lg:block">{title}</Heading.H2>
<Heading.H2 className="z-20 block text-solid-slate-50 max-sm:w-full sm:w-[350px] lg:hidden lg:w-full">
<Heading.H2 className="z-20 block w-full text-solid-slate-50 sm:w-[350px] lg:hidden">
{title}
</Heading.H2>
</>
Expand Down

0 comments on commit e383450

Please sign in to comment.