Recensioner för Perfect Home
Perfect Home av Dziad Borowy
Svar från Dziad Borowy
Utvecklarens svar
postad för 2 år sedanHi, 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)); }