Add tarotcard.css; make card correct aspect ratio

This commit is contained in:
The Magician 2023-12-01 13:42:30 +00:00
parent d6e3da01f2
commit 956d1f557b
1 changed files with 3 additions and 0 deletions

3
tarotcard.css Normal file
View File

@ -0,0 +1,3 @@
.tarot-card {
aspect-ratio: 7 / 12;
}