swapnilsparsh / 30DaysOfJavaScript

Projects made during the 30 days of the JavaScript challenge
https://30daysofjs.netlify.app
MIT License
930 stars 645 forks source link

Uneven Size of cards and overflowing out of the box [99 - BlackJack Game] #1542

Closed Dhruv-Gaba closed 4 months ago

Dhruv-Gaba commented 4 months ago

What happened?

Description

The size of all the cards is highly uneven. All the cards are of different sizes, making it look bad. Also some cards are so big that the cards overflow the space provided for them and this again makes the presentation poor as shown in the screenshot.

image

How can we reproduce this bug?

When we play the game and hit cards, the cards are of uneven sizes and they overflow from the space provided for them.

Desktop Information (Optional)

No response

Urgency (Optional)

Medium priority

swapnilsparsh commented 4 months ago

@Dhruv-Gaba Thank you for providing your insight but it is not required as of now