.auto-fit-grid {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}