Mobile layout #4
Loading…
Reference in a new issue
No description provided.
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?
Done —
24fa771Two symptoms reported: the header wrapped to a second line on a phone, and so did the footer.
Header
Was
text-5xlwithtracking-widestunconditionally. "> ANAGRAM FINDER" at that size needsroughly 538px, against the ~327px a 375px phone offers after the body's
p-6— hence the wrap.Now
text-3xl sm:text-5xl lg:text-6xl, withtracking-widerbelowlg. Desktop is slightlylarger than before rather than unchanged.
Known edge: at
text-3xlthe heading needs ~312px, so it fits from 360px up but would wrapagain on a 320px screen (original iPhone SE). Accepted after checking on a real device.
Footer
sm:, then simplified once it had a single child[SOURCE]removed; the app name links to the repo instead, keepingrel="license"so thelicence stays machine-discoverable
mt-autoholds it at the viewport bottom when content is short, while still scrolling awaynormally on a long results page — deliberately not a fixed overlay, which would eat screen
space on every scroll of a 447-row result set
and the page edge
Verified on a real device rather than emulation.