spacemandev-git / fvtt-card-support

Adds programmatic deck support to FoundryVTT
MIT License
10 stars 10 forks source link

Increase fa icon font sizes when view cards in the deck #32

Open kristianserrano opened 4 years ago

kristianserrano commented 4 years ago

The icons for Take and Take copy are really tiny. I recommend increasing the font size to 16pt (see attached).

Screen Shot 2020-09-01 at 11 32 36 AM

(Minor note: I noticed some empty span elements with flex styles applied to the icon rows. I think these can be eliminated if you add justify-content: center to the flexbox to achieve the same effect.)