Latest solutions
Real world app using react.js vite tailwindcss typescript
#react#tailwind-css#typescript#viteSubmitted over 2 years ago
Latest comments
- @ttakeyaya@yuenu
Hi, @Take
Nice work, it looks pretty good but there's a suggestion that would make the layout look better
- On mobile, on className testimonials you can changing your
grid-template-rows
property to minmax , you don't defined the rows by yourself
And I would add
.testimonial
padding-bottom.testimonials { grid-template-rows: minmax(0, auto); } .testimonial { padding: 2.6rem 3.2rem 2.6rem 3.2rem; }
- On mobile, on className testimonials you can changing your
- @ahmedDev20@yuenu
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