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

Commit

Permalink
Merge pull request #220 from deriv-com/fix/fixed-state-v3-gap
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-deriv authored Nov 30, 2023
2 parents 5bd308b + ecaffb4 commit 4ba1cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blocks/src/lib/stat/v3/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const V3StatBlock: React.FC<V3StatBlockProps> = ({
>
<FluidContainer
className={
'grid grid-cols-2 grid-rows-2 items-center justify-center gap-x-gap-lg gap-y-gap-2xl md:grid-cols-4 md:grid-rows-1 lg:gap-gap-lg'
'grid grid-cols-2 grid-rows-2 items-center justify-center gap-x-gap-lg gap-y-gap-2xl md:grid-cols-4 md:grid-rows-1 lg:gap-gap-xl'
}
>
{items.map((item) => {
Expand Down

0 comments on commit 4ba1cfd

Please sign in to comment.