From 956d1f557ba91d10804d39a1a86d9b524d4bf4ea Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 1 Dec 2023 13:42:30 +0000 Subject: [PATCH] Add tarotcard.css; make card correct aspect ratio --- tarotcard.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tarotcard.css diff --git a/tarotcard.css b/tarotcard.css new file mode 100644 index 0000000..1009892 --- /dev/null +++ b/tarotcard.css @@ -0,0 +1,3 @@ +.tarot-card { + aspect-ratio: 7 / 12; +}