I currently have 7 images in my testimonials slider which appear side-by-side. I’d like to make it so that the images go to two rows after 5.
This is the CSS currently controlling the testimonial images:
<ul class=" testimonial-nav <p>flex<br> items-center<br> justify-between</p> <p>md:justify-center<br> md:space-x-12<br> "></p> <p>Is there anything I can add that will cause the images to break after 5?</p>