JonathanSchwob / vanquish

sts style card game using ts+react+vite+tailwind
1 stars 1 forks source link

cards should be a uniform width #19

Open JonathanSchwob opened 1 year ago

JonathanSchwob commented 1 year ago

right now card width is dependent on the text inside

lets make it so the cards all are one card - this probably ideally involves deleted Attack and Defend components and making one singular Card component that maps the prop it receives to a card template.