Add border to tarot card
This commit is contained in:
parent
51a38940e6
commit
340baf9f91
|
@ -1,3 +1,5 @@
|
||||||
.tarot-card {
|
.tarot-card {
|
||||||
aspect-ratio: 7 / 12;
|
aspect-ratio: 7 / 12;
|
||||||
|
|
||||||
|
border: 1em solid white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue