React New Tab-ის მიმოხილვები
React New Tab ავტორი Ramkumar K R
გამოეხმაურა Ramkumar K R
შემმუშავებლის პასუხი
თარიღი 6 წლის წინHi,
Thanks for the review.
To reduce the space between the bookmarks, please append the following CSS -
.one{
max-width: 95px;
}
.grid{
grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
grid-row-gap: 10px;
}
Thanks for the review.
To reduce the space between the bookmarks, please append the following CSS -
.one{
max-width: 95px;
}
.grid{
grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
grid-row-gap: 10px;
}