From aaf361f4af0212bdecf4cece3b565a4154d7bf63 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 9 Aug 2022 21:43:15 +0200 Subject: [PATCH] Reduce maximum width --- apps/client/src/app/components/home-overview/home-overview.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/app/components/home-overview/home-overview.scss b/apps/client/src/app/components/home-overview/home-overview.scss index a422e79d1..ac86f6909 100644 --- a/apps/client/src/app/components/home-overview/home-overview.scss +++ b/apps/client/src/app/components/home-overview/home-overview.scss @@ -6,7 +6,7 @@ .chart-container { aspect-ratio: 16 / 9; height: auto; - max-width: 67rem; + max-width: 50rem; // Fallback for aspect-ratio (using padding hack) @supports not (aspect-ratio: 16 / 9) {