.ProjectLogo {
  border-radius: 4px;
  width: var(--project-logo-size);
  height: var(--project-logo-size);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ProjectLogo-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.ProjectLogo-placeholder {
  transform: rotate(45deg);
  background: silver;
  width: 50%;
  height: 50%;
}
