From 1a7aca6308893d0400822dde44afa1f0b49cd678 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 5 May 2024 21:15:52 +0800 Subject: [PATCH] Add cards display --- styles/layouts/all.cards.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 styles/layouts/all.cards.css 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; +} +