@ttakeyayaSubmitted about 3 years ago
Any suggestions would be appreciated!
Any suggestions would be appreciated!
Hi, @Take
Nice work, it looks pretty good but there's a suggestion that would make the layout look better
grid-template-rows
property to minmax , you don't defined the rows by yourselfAnd I would add .testimonial
padding-bottom
.testimonials { grid-template-rows: minmax(0, auto); } .testimonial { padding: 2.6rem 3.2rem 2.6rem 3.2rem; }
Please give your feedback thanks a lot ♥☺
Hi,
Nice work, it looks pretty good but the card is too wide on desktop
I suggest giving them a "maximum width", it will look better