One collum events
This commit is contained in:
parent
cb61459661
commit
ce50cf0216
|
@ -28,6 +28,10 @@
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.card-text-extra:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
// .card-actions {
|
||||
// padding: $card-spacer-y $card-spacer-x;
|
||||
|
||||
|
@ -281,7 +285,7 @@
|
|||
|
||||
@include media-breakpoint-up(sm) {
|
||||
.card-columns {
|
||||
column-count: 3;
|
||||
column-count: 1;
|
||||
column-gap: 1.25rem;
|
||||
|
||||
.card {
|
||||
|
|
Loading…
Reference in a new issue