deploy_feedback
deploy_feedback copied to clipboard
Fix for the 404 page that is off-centered and overflowing the viewport on mobile
SyncHTML.io (try, learn more) – The next-gen, no-reload, real-time web playground with instant two-way input ⇄ output sync.
Issue
- visit https://404.deno.dev
- notice it is off-centered!!!
- desktop: slight annoyance for the obsessive
- mobile: ⚠️ page does not fit into screen!
Fix
- remove
classp-4frombody > div:first-childon the404page
<body>
- <div class="flex flex-col items-center justify-center w-full h-screen p-4 bg-repeat bg-center font-sans" ⋯
+ <div class="flex flex-col items-center justify-center w-full h-screen bg-repeat bg-center font-sans" ⋯
Screenshots on mobile
| before | after |
|---|---|
![]() |
![]() |
SyncHTML.io (try, learn more) – The next-gen, no-reload, real-time web playground with instant two-way input ⇄ output sync.

