Some of the Gridworld figures are much larger than others. For consistency, it would be great if we could make them all roughly the same size. Here are screenshots of the two most serious cases:
The naive thing to do is to assign each of the really large figures a max-width. I tried this and found that they looked worse because they ended up a) off-center and b) out of line with the text. What's the best way to assign a max size to the big figures while keeping them centered?
Some of the Gridworld figures are much larger than others. For consistency, it would be great if we could make them all roughly the same size. Here are screenshots of the two most serious cases:
The naive thing to do is to assign each of the really large figures a
max-width
. I tried this and found that they looked worse because they ended up a) off-center and b) out of line with the text. What's the best way to assign a max size to the big figures while keeping them centered?