.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 1rem;
}

.project-item {
  background-color: #eee;
  padding: 1.5em 1.5em 0;
}

.project-item .project-name,
.project-item .project-alias {
  word-break: break-all;
}

.project-item img {
  max-width: 100%;
}
