danny114
@dany114All comments
- @agr227@dany114
Just rewrite the grid in testimonial class again, so it would be one column for all with a row for a single card (using media queries ofc). You said that it was easy, so I hope that you know how to do what I suggested you:)
- @vlkradek@dany114
You should use in your code: background-repeat: no-repeat; background-size: cover;
With that 2 lines of code, your image will cover all the free space, will not overflow the container, and repeat :)