11 lines
185 B
CSS
11 lines
185 B
CSS
.card:not(:last-child) {
|
|
margin-bottom: 1em;
|
|
}
|
|
.card:not(:first-child), details .card:first-child {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.card .card-content {
|
|
padding: 2em !important;
|
|
}
|
|
|