Perfect Home-ის მიმოხილვები
Perfect Home ავტორი Dziad Borowy
გამოეხმაურა Dziad Borowy
შემმუშავებლის პასუხი
თარიღი 2 წლის წინHi, 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)); }