stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
78 stars 50 forks source link

Web: Footer Text Is Incredibly Small #73

Closed jessiejs closed 4 months ago

jessiejs commented 1 year ago

The footer text in Pointercrate is tiny. Changing the size from 0.5em to 1em makes it more readable, but that looks kinda silly due to how much the lines wrap, but that can be fixed by either increasing, or completely removing the max-width from the sections.

stadust commented 1 year ago

Making the text bigger and relaxing the column width seems reasonable to me. One thing to keep in mind is how the footer renders on mobile, though

stadust commented 4 months ago

Fixed by #120