feat: align figma browse and category sections

This commit is contained in:
TerryM
2026-05-28 15:11:13 +08:00
parent 16f3f06431
commit e65c473369
7 changed files with 149 additions and 55 deletions

View File

@@ -531,8 +531,10 @@ export function PublicLayout() {
</header>
<main
className={`mx-auto w-full max-w-[1280px] px-4 pt-6 min-[440px]:px-5 sm:px-6 md:px-9 md:pt-10 xl:px-0 ${
footerInContentFlow ? "pb-0" : "flex-1 pb-6 md:pb-10"
className={`mx-auto w-full max-w-[1280px] ${
footerInContentFlow
? "px-0 pb-0 pt-0 md:px-9 md:pt-10 xl:px-0"
: "flex-1 px-4 pb-6 pt-6 min-[440px]:px-5 sm:px-6 md:px-9 md:pb-10 md:pt-10 xl:px-0"
}`}
>
<Outlet />