79568599

Date: 2025-04-11 10:25:51
Score: 1.5
Natty:
Report link

.storyfeed: replaced grid-auto-flow: column; with grid-template-columns: repeat(2, 1fr); to create two columns for the layout.

Added align-items: stretch; to make sure all items within the grid stretch to the same height.

.story-img img: added object-fit: cover; to ensure the images fill the container without distortion.

.col: Added display: flex; and flex-direction: column; to keep the content vertically aligned inside each column.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Timothy Olubukola