Reviews for React New Tab
React New Tab by Ramkumar K R
Response by Ramkumar K R
Developer response
posted 6 years agoHi,
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;
}