79576755

Date: 2025-04-16 08:57:51
Score: 1
Natty:
Report link
.story {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
    align-items: stretch;
}

.story-img {
    height: 100%;
}

.story-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Timothy Olubukola