Skip to content

Fix Privacy Policy heading/date overlap - #4

Merged
KochC merged 2 commits into
developfrom
hotfix/privacy-meta-overlap
Sep 3, 2026
Merged

KochC merged 2 commits into
developfrom
hotfix/privacy-meta-overlap

Conversation

@KochC

@KochC KochC commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Bug

On the FreeSlots and Sundown Privacy Policy pages, the "Last updated" line rendered on top of the "Privacy Policy" heading (see screenshot in conversation).

Cause

`.meta` in `public/apps/apps.css` had a leftover `margin-top: -24px` from an earlier layout experiment, pulling the date line up into the `

`'s line box.

Fix

Removed the negative top margin (`margin: -24px 0 32px` → `margin: 0 0 32px`).

Note

main and develop are both currently at the same commit (post PR #2/#3), so this should be merged here and then forwarded to main the same way PR #3 was.

Verification

`npm run build` succeeds; confirmed via CSS box-model math that `.meta` no longer overlaps `h1` (h1: 32px/1.2 line-height + 4px margin-bottom, followed immediately by non-negative `.meta` margin).

KochC and others added 2 commits September 3, 2026 09:57
.meta had a -24px top margin left over from an earlier layout
experiment, pulling the 'Last updated' line up into the h1 and
causing visible text overlap on the privacy pages.
@KochC
KochC merged commit 241a72f into develop Sep 3, 2026
@KochC
KochC deleted the hotfix/privacy-meta-overlap branch September 3, 2026 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant