From 8430425878208b374b267c88d98c56c2c51d23c6 Mon Sep 17 00:00:00 2001 From: yorek Date: Mon, 12 Aug 2024 16:29:00 -0700 Subject: [PATCH] updated card size --- website/src/components/styles.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/styles.module.css b/website/src/components/styles.module.css index db98671..33ef3af 100644 --- a/website/src/components/styles.module.css +++ b/website/src/components/styles.module.css @@ -21,7 +21,7 @@ .card { width: 326px; - height: 280px; + height: 200px; max-width: 100%; max-height: 100%; }