Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • yuenu 505

    @yuenu

    Posted

    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;
    }
    
    0
  • yuenu 505

    @yuenu

    Posted

    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

    0