You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Greedybear logo on the homescreen scales linearly with the screen width and looks too small on mobile devices.
This is due to background-size: 15% which is fine on desktop but not ideal for smaller screens.
The Greedybear logo on the homescreen scales linearly with the screen width and looks too small on mobile devices.
This is due to
background-size: 15%which is fine on desktop but not ideal for smaller screens.