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