Ulasan untuk Perfect Home
Perfect Home oleh Dziad Borowy
Tanggapan oleh Dziad Borowy
Balasan pengembang
dikirim 2 tahun yang laluHi, 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)); }