Posts by RFE • 1 point
2 posts
- 
		0 votes1 answer202 viewsA: Flexbox nos cards Bootstrap 4I solved the problem! It was in the flex-Direction property defined in bootatrap. I replaced it that way: .card-deck{ flex-wrap: wrap; flex-direction: unset; }… 
- 
		0 votes1 answer202 viewsQ: Flexbox nos cards Bootstrap 4I’m trying to show two cards even on smaller screens, however when it comes under 576px it seems to flout the lower rules and displays only one card per line. What am I doing wrong? I have the…