Skip to content

Commit

Permalink
max height on page graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Jan 3, 2024
1 parent 9cd1338 commit 56d5259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcon/src/components/common/page-hero/PageHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const PageHero = (props: PageHeroProps) => {
</div>
)}

<div className="section relative h-[55vh]">
<div className="section relative h-[55vh] max-h-[600px]">
<div className={css['info']}>
<PathNavigation {...props} />

Expand Down

0 comments on commit 56d5259

Please sign in to comment.