.events { display: grid; width: 60%; grid-auto-rows: 14vw; grid-template-columns: repeat(auto-fit, 14vw); grid-gap: 1em; margin-left: auto; margin-right: 0; background-color: #ccc; } .event { display: flex; align-items: center; justify-content: center; background-color: #fff; }