ShopAI-Extension/styles/layouts/all.cards.css
buzz-lightsnack-2007 1a7aca6308 Add cards display
2024-05-05 21:15:52 +08:00

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;
}