diff --git a/styles/layouts/all.cards.css b/styles/layouts/all.cards.css new file mode 100644 index 0000000..b260b4d --- /dev/null +++ b/styles/layouts/all.cards.css @@ -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; +} +