79167087

Date: 2024-11-07 15:22:41
Score: 1.5
Natty:
Report link

I found a better solution using overflow: hidden;:

div {
    /*Schedule to social media.*/
    grid-area: c;
    padding: 30px 20px;
    overflow: hidden;
    img {
        height: 62%;
        margin-top: 10px;
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Peter