Newer
Older
.flex-cards {
display: flex;
flex-flow: wrap;
justify-content: space-evenly;
margin-top: 1rem;
margin-bottom: 1rem;
.badge {
@include drop-shadow(
$offset-x: 0.2rem,
$offset-y: 0.2rem,
$color: rgba(black, 0.25)
);
}
}
.card-body {
h3 {
margin: 0 !important;
}
}
.card-img-equal {
width: 100%;