/* Two project cards should fill the project screen instead of leaving a blank third column. */
.project-showcase .project-card-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}
