Email or username:

Password:

Forgot your password?
Top-level
George Lund

@simon the result on Firefox mobile is a slightly distressing amount of horizontal scroll for some reason, which rather spoils the effect!

4 comments
Simon Willison

@georgelund aha, looks to me like that phone has a default screen width that's less than 400px wide. I've just pushed an update that includes a max-width: 100% that should fix that

George Lund

@simon well that worked. But CSS pixels are a mysterious beast, this is a Pixel 8a which definitely has a higher actual resolution than that!

Go Up