Add cards display

This commit is contained in:
buzz-lightsnack-2007 2024-05-05 21:15:52 +08:00
parent ce0a50837d
commit 1a7aca6308

View file

@ -0,0 +1,11 @@
.card:not(:last-child) {
margin-bottom: 1em;
}
.card:not(:first-child), details .card:first-child {
margin-top: 1em;
}
.card .card-content {
padding: 2em !important;
}