Perfect Home értékelései
Perfect Home szerző: Dziad Borowy
Dziad Borowy válasza
Fejlesztői válasz
közzétéve: 2 éveHi, happy that you like it. You can either set the max grid width in "Customize" section to be a multiplier of your desired no of columns (so there would be fewer columns on smaller screens) or set the fixed number (e.g. to 8) in css: main.bookmarks { grid-template-columns: repeat(8, minmax(var(--icon-width),1fr)); }