Skip to content

Instantly share code, notes, and snippets.

@siumhossain
Created December 21, 2020 17:36
Show Gist options
  • Save siumhossain/fc1642cd7d461ca7c0936ff070cb2d37 to your computer and use it in GitHub Desktop.
Save siumhossain/fc1642cd7d461ca7c0936ff070cb2d37 to your computer and use it in GitHub Desktop.
make all card-img-top size same in bootstrap
.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