We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This logo looks blurry on mobile phones: https://x.piratar.is/static/img/pplogo.png
We need to get a version of the logo which is at least 2x the pixel size.
So the original width should be at least 440px instead of the current 220px
Then we can put something like a max-width: 220px on the image.
max-width: 220px
The text was updated successfully, but these errors were encountered:
or use SVG? https://caniuse.com/#feat=svg
Sorry, something went wrong.
Img logo: use a higher resolution picture.
6b8710d
Makes it not look grainy on mobile. Fixes: #227
No branches or pull requests
This logo looks blurry on mobile phones:
https://x.piratar.is/static/img/pplogo.png
Solution:
We need to get a version of the logo which is at least 2x the pixel size.
So the original width should be at least 440px instead of the current 220px
Then we can put something like a
max-width: 220px
on the image.The text was updated successfully, but these errors were encountered: