bug(mobile): Person directory content has no horizontal padding at 320px #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Medium — content bleeds to screen edge
On the Person directory page at 320px, the "Person directory" heading and the "Browse the index…" subtitle render flush against the left edge of the screen with zero visible margin. The page container padding is not being applied at this breakpoint.
Fix
Ensure the page content wrapper applies at minimum
px-4(16px) padding at all breakpoints, starting from 0px:If the container already has
sm:px-6but no basepx-4, adding the base value will fix it. Check both+page.sveltefor the Persons route and the global layout wrapper.