Reviews for Perfect Home
Perfect Home by Dziad Borowy
Response by Dziad Borowy
Developer response
posted a year agoHi, 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)); }