.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
