BathHacked/energy-sparks

View on GitHub
app/components/recommendations_component/recommendations_component.scss

Summary

Maintainability
Test Coverage
.recommendations-component img {
  min-height: 150px;
  max-height: 150px;
  object-fit: contain;
}

/* only have a max width for md and up */
@media(min-width:768px) {
  .recommendations-component .card {
    max-width: 300px;
  }
}