IndieLogo

Product focused logo creation

Update Twitter user profile image

twitter.com/indielogo
Kara-Jay Matthews

I love that shade of blue!

0 Likes
tomkoom Author

Thanks Kara!

0 Likes

Watch Node.js Express Starter yt tutorial

https://www.youtube.com/watch?v=rPR2aJ6XnAc&ab_channel=StripeDevelopers

Update brandmark and font selection grid styles

Use CSS grid minmax()
–––
.grid-wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 15px;
}
–––
Good explanation how CSS grids work:
https://ishadeed.com/article/css-grid-minmax/