Created
December 21, 2020 17:36
-
-
Save siumhossain/fc1642cd7d461ca7c0936ff070cb2d37 to your computer and use it in GitHub Desktop.
make all card-img-top size same in bootstrap
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
| .card-img-top { | |
| width: 100%; | |
| height: 15vw; | |
| object-fit: cover; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment