vinc/pi.ctu.re

View on GitHub
app/assets/stylesheets/dashboard.scss

Summary

Maintainability
Test Coverage
#gallery {
  .card-img-link {
    display: block;
    max-height: 800px;
    overflow-y: hidden;

    @media screen and (max-height: 800px) {
      max-height: 80vh;
    }
  }
}