Skip to content

Commit

Permalink
chore(SLB:306): adjust items alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
HagerDakroury committed May 27, 2024
1 parent 020f19a commit 2cc22d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function BlockInfoGrid(props: BlockInfoGridFragment) {
<div className="container-content">
<div
className={
'flex flex-col md:flex-row flex-wrap justify-center gap-12 md:gap-16 items-start'
'flex flex-col md:flex-row flex-wrap justify-center gap-12 md:gap-16 items-center md:items-start'
}
>
{props.gridItems.map((item, index) => (
Expand Down

0 comments on commit 2cc22d1

Please sign in to comment.