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.cssView source
- /**
- * @file
- * The CSS file for Bootstrap Paragraphs Card module.
- *
- * Compiled from the SCSS file of the same name.
- */
- .card {
- margin-bottom: 1rem;
- }
-
- .card-image img {
- height: auto;
- max-width: 100%;
- }