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

Commit

Permalink
fix: text-center title, description
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuzhy-Deriv committed Oct 24, 2023
1 parent 8722d85 commit 897a526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/blocks/src/lib/account-comparison/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ const AccountComparison = ({
className,
)}
>
<FluidContainer className="flex flex-col items-center gap-gap-xl text-center lg:gap-gap-2xl">
<FluidContainer className="flex flex-col items-center gap-gap-xl lg:gap-gap-2xl">
{(title || description) && (
<div className="flex flex-col items-center gap-gap-lg lg:gap-gap-xl">
<div className="flex flex-col items-center gap-gap-lg text-center lg:gap-gap-xl">
{title && <Heading.H2>{title}</Heading.H2>}
{description && <Text>{description}</Text>}
</div>
Expand Down

0 comments on commit 897a526

Please sign in to comment.