diff --git a/CHANGELOG.md b/CHANGELOG.md index df5bb81bd..730e47554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Reduced the maximum width of the performance chart on the home page + ## 1.178.0 - 09.08.2022 ### Added 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) {