Κριτικές για το 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;
}