79291719

Date: 2024-12-18 15:59:34
Score: 1
Natty:
Report link

I just removed display:grid and made

.grid-wrapper {
  flex-flow: wrap;
  display: flex;
  gap: 1.5rem;
  justify-content: center; 
  align-content: start; 
  width: 500px;
}

.grid-item {
  background: gray;
  height: 80px;
  width: 80px;
}

based on your example

result

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: breead