Quantum-Game / quantum-game-2

LEGACY open-source version of Quantum Game 2 (Sept 2019 - Oct 2020)
https://quantumgame.io
MIT License
65 stars 16 forks source link

Level name font responsiveness #140

Closed JStrebeyko closed 4 years ago

JStrebeyko commented 4 years ago

When right beneath 1000px screen width threshold, the level name above the board gets to its second size, way too little for, say 950px, feels like it was created with mobile in mind.

I suggest creating another threshold around around 700px and have the font-size somewhere in between the two values.

Right now the breakpoints are defined "raw", on a per component basis, which makes font management unsustainable. This might be a good time to consider a bit more holistic approach towards media queries throughout the app.

stared commented 4 years ago

Closed as old, and most likely not up to do date with recent code changes.