From 5b95af791e911aad255bba17884012840e85a23e Mon Sep 17 00:00:00 2001 From: Hazel Noack Date: Mon, 14 Jul 2025 17:02:32 +0200 Subject: [PATCH] feat: imporved card image style --- frontend/assets/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/assets/style.css b/frontend/assets/style.css index 453b7e6..eb92bf2 100644 --- a/frontend/assets/style.css +++ b/frontend/assets/style.css @@ -26,7 +26,7 @@ body { display: grid; gap: 5em; - grid-template-rows: 10em 4em 15em; + grid-template-rows: 10em 4em 17em; } .search { @@ -81,6 +81,7 @@ body { gap: 1em; padding: 1em; + height: 15em; border-radius: 1em; } @@ -98,7 +99,7 @@ body { .card-image { - width: 100%; + height: 100%; aspect-ratio: 1/1; }