From e47ec96df1641a65f078e360b328c0623e3e275e Mon Sep 17 00:00:00 2001 From: Christopher Humphries Date: Sun, 19 Nov 2023 21:20:26 +0100 Subject: [PATCH] Update card_styles.css --- card_styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/card_styles.css b/card_styles.css index 14e6037..58f2011 100644 --- a/card_styles.css +++ b/card_styles.css @@ -74,8 +74,7 @@ padding: 10px; margin: 10px; width: 200px; - height: 300px; - background-color: #fff; + height: 100px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column;