Skip to content

Commit

Permalink
feat(SLB-272): increase hero form width to enable drupal field flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasimonato committed May 7, 2024
1 parent 75df95e commit 0b84fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Organisms/PageHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function FormHero(props: NonNullable<PageFragment['hero']>) {
</div>
{props.formUrl ? (
<div className="px-4 mx-auto mt-[-22rem] lg:-mt-96 max-w-screen-xl lg:px-6 relative">
<div className="p-6 mx-auto max-w-screen-md bg-white rounded-lg border border-gray-200 shadow-sm">
<div className="p-6 mx-auto max-w-[52rem] bg-white rounded-lg border border-gray-200 shadow-sm">
<BlockForm url={props.formUrl} />
</div>
</div>
Expand Down

0 comments on commit 0b84fb9

Please sign in to comment.