diff --git a/packages/web/components/nav-containers/home.tsx b/packages/web/components/nav-containers/home.tsx index 90e99cce0..38cc00ae8 100644 --- a/packages/web/components/nav-containers/home.tsx +++ b/packages/web/components/nav-containers/home.tsx @@ -120,6 +120,7 @@ const JustAddedHomeSection = (props: HomeSectionProps): JSX.Element => { distribution="start" css={{ width: '100%', + height: '100%', gap: '20px', }} > @@ -172,8 +173,9 @@ const JustAddedHomeSection = (props: HomeSectionProps): JSX.Element => { { css={{ fontSize: '14px', lineHeight: '21px', + minHeight: '42px', // always have two lines of space fontWeight: '500', fontFamily: '$inter', color: '$homeTextTitle',