gdirk07 / PokemonChecker

Playing around with APIs
https://gdirk07.github.io/PokemonChecker/
0 stars 0 forks source link

Updated CSS to fix alignment issue #53

Closed gdirk07 closed 2 years ago

gdirk07 commented 2 years ago

-Whenever an image sprite was bigger (the issue involving some sprites being blown up bigger), the table was pushed down. Solution: Cap the size at 96px -Whenever a pokemon stat >99 (3 digits) all the table text moved to the left to ofset the increased column size. Solution: table-layout: fixed