I created 4 Bootstrap cards, each in a separate column. Within each card, I added another card with some information.
However, when I test the responsiveness by reducing the screen size, the text overflows out of the card. Can anyone help me understand why this is happening and how to fix it?
Thank you!
DEMO
.cardsZone {
margin-top: 2%;
width: 80%;
height: 100%;
margin-right: auto;
margin-left: auto;
}
/* Add your CSS code here */
Problem