.wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
width: 100%;
row-gap: 15px;
}
.wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
width: 100%;
row-gap: 15px;
}