Kevin Powell - CommunityKP-C
Kevin Powell - Community16mo ago
9 replies
empty

grid item auto stretch

Hi guys, I want the height of grid item fit-content but it auto stretch. I use align-self: start for grid item but it does not work. Can anyone help me explain why? Here is my css container
.container{
 display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  flex: 1;
}
image.png
Was this page helpful?