diff --git a/style.css b/style.css index bf8ba57..e6f5e23 100644 --- a/style.css +++ b/style.css @@ -391,7 +391,10 @@ button { .card { aspect-ratio: 2.25 / 3.5; - width: 100px; + min-width: 100px; + max-width: 100px; + max-height: 155px; + min-height: 155px; position: relative; perspective: 1000px; }