Love it so far! Decided to try on mobile for fun and found a lil bug at small breakpoint. Ability cards are overflowing at smaller breakpoints (390px), making them hard to read.
-Device Safari iOS
-possible fix: allow the cards to grow, set a max-height on the container holding the cards and set to overflow: scroll;