Skip to content

Commit b6ec788

Browse files
committed
fix: adjust padding in NormalContainer for improved layout
- Updated the top padding in the NormalContainer component to enhance spacing and visual consistency across different screen sizes. - Ensured that the layout remains responsive and aligns with the overall design standards of the landing page. Signed-off-by: Innei <[email protected]>
1 parent d9a5be5 commit b6ec788

File tree

1 file changed

+1
-1
lines changed
  • apps/landing/src/components/layout/container

1 file changed

+1
-1
lines changed

apps/landing/src/components/layout/container/Normal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const NormalContainer: Component = (props) => {
66
return (
77
<div
88
className={clsxm(
9-
'mx-auto mt-14 max-w-3xl px-2 lg:mt-[80px] lg:px-0 2xl:max-w-4xl',
9+
'mx-auto pt-14 max-w-3xl px-2 lg:pt-[80px] lg:px-0 2xl:max-w-4xl',
1010
'[&_header.prose]:mb-[80px]',
1111
className,
1212
)}

0 commit comments

Comments
 (0)