Closed ben-miles closed 1 month ago
Made the title smaller in d1137d5d4b0e3240f415e05d3d1391e519e29ec2 . We'll see how that looks and I'll leave this issue open, as I still imagine I'll want to either push the title off the bottom of the screen, or fix it to the top, so it's out of the way for mobile users.
Closed by 59b40019cdb8be652803e7fe454736d3c601dc35
On my mobile phone, the title area is on top of the PDA, and the logotext is broken to two lines but the shadow behind it is one line. The second part is a fairly easy fix -- just reduce the fontsize -- but I'm less sure about how I want to handle the first part. I'd like to avoid cutting into the precious vertical space any more than necessary, so I'm considering having the PDA itself be
100vh
and have the title area fall off the screen; but if the title area is a lot smaller, it might be tolerable to have it always be there.