One collum events

This commit is contained in:
Rolf Amfelt 2024-01-28 14:30:21 +01:00
parent cb61459661
commit ce50cf0216
1 changed files with 5 additions and 1 deletions

View File

@ -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 {