Skip to content

Instantly share code, notes, and snippets.

@akther80
Created December 11, 2023 12:49
Show Gist options
  • Save akther80/fad01166b5cb06c16ce732d6f35b6793 to your computer and use it in GitHub Desktop.
Save akther80/fad01166b5cb06c16ce732d6f35b6793 to your computer and use it in GitHub Desktop.
Electro -Brands list
.brand-thumbnails.columns-5 {
display: flex;
flex-wrap: wrap;
}
.brand-thumbnails .thumbnail {
flex: 0 0 auto;
width: 100%;
padding: 25px !important;
}
@media (min-width: 768px) {
.brand-thumbnails .thumbnail {
flex: 0 0 auto;
width: 20%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment