Template:Stakeholder count widget/styles.css: Difference between revisions

No edit summary
No edit summary
Line 12: Line 12:
/* Cards automatically size evenly */
/* Cards automatically size evenly */
.stakeholder-card {
.stakeholder-card {
     flex: 1 1 180px;            /* grow, shrink, starting width */
     flex: 1 1 140px;            /* grow, shrink, starting width */
     max-width: 240px;          /* prevents giant stretching on huge screens */
     max-width: 240px;          /* prevents giant stretching on huge screens */
     min-width: 120px;          /* below this, wrap instead of squishing */
     min-width: 120px;          /* below this, wrap instead of squishing */