cilki / gameframe.online

GameFrame is a gaming analytics website created for CS373
http://gameframe.online
Apache License 2.0
5 stars 1 forks source link

As a user, I'd like to see text not being cut off, and slight space between text and its container's edge #68

Closed ChiaHuaLu closed 6 years ago

ChiaHuaLu commented 6 years ago

All the text should be visible, and preferably with a bit of padding under it so that it doesn't feel claustrophobic.

gameframe
mitchellmarshe commented 6 years ago

To address this concern of yours, ChiaHuaLu, I will look into how I can scale these card elements according to the screen so that text is shown appropriately. I estimate that this story will take me 1 hour.

mitchellmarshe commented 6 years ago

I have now improved our about page to scale as best as it can for all screen sizes. I will admit the tablet form isn't so nice, but I couldn't use media query along with Radium effects. This took me about an hour to get done as estimated.