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; }