Open main menu

Changes

13 bytes removed ,  21:16, 29 May 2020
no edit summary
display: grid;
/* grid-template-columns: repeat(auto-fit, 100px); */
grid-template-columns: repeat(auto-fit, minmax(5fr, 1fr)3fr);
grid-gap: 1.5rem;
justify-content: space-between;