Skip to content

Commit

Permalink
chore(SLB-288): fix mobile spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
HagerDakroury committed May 17, 2024
1 parent 543968d commit a8b9f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function BlockImageWithText(props: BlockImageWithTextFragment) {
<div className="my-12 lg:my-16">
<div
className={clsx(
'flex flex-col lg:flex-row gap-2 lg:gap-16 items-start lg:items-center',
'flex flex-col lg:flex-row gap-8 lg:gap-16 items-start lg:items-center',
{
'lg:flex-row-reverse': props.imagePosition === ImagePosition.Right,
},
Expand Down

0 comments on commit a8b9f4c

Please sign in to comment.