From cc77acc788e735fdf4caf1a7979e1bc4574e2630 Mon Sep 17 00:00:00 2001 From: Michael Geers Date: Mon, 6 May 2024 12:20:24 +0200 Subject: [PATCH] aspect ratio --- src/explore/pages/HomePage.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/explore/pages/HomePage.css b/src/explore/pages/HomePage.css index 12140cd..7803305 100644 --- a/src/explore/pages/HomePage.css +++ b/src/explore/pages/HomePage.css @@ -26,6 +26,7 @@ .e_HomePage__categoryLink img { width: 100%; + aspect-ratio: 1000 / 560; margin-bottom: 0.75rem; }