Created
December 11, 2023 12:49
-
-
Save akther80/fad01166b5cb06c16ce732d6f35b6793 to your computer and use it in GitHub Desktop.
Electro -Brands list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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