You are here

bp-card.css in Bootstrap Paragraphs 8.2

The CSS file for Bootstrap Paragraphs Card module.

Compiled from the SCSS file of the same name.

File

modules/bp_card/css/bp-card.css
View source
  1. /**
  2. * @file
  3. * The CSS file for Bootstrap Paragraphs Card module.
  4. *
  5. * Compiled from the SCSS file of the same name.
  6. */
  7. .card {
  8. margin-bottom: 1rem;
  9. }
  10. .card-image img {
  11. height: auto;
  12. max-width: 100%;
  13. }