Browse Source

Reduce maximum width

pull/1137/head
Thomas 3 years ago
parent
commit
aaf361f4af
  1. 2
      apps/client/src/app/components/home-overview/home-overview.scss

2
apps/client/src/app/components/home-overview/home-overview.scss

@ -6,7 +6,7 @@
.chart-container { .chart-container {
aspect-ratio: 16 / 9; aspect-ratio: 16 / 9;
height: auto; height: auto;
max-width: 67rem; max-width: 50rem;
// Fallback for aspect-ratio (using padding hack) // Fallback for aspect-ratio (using padding hack)
@supports not (aspect-ratio: 16 / 9) { @supports not (aspect-ratio: 16 / 9) {

Loading…
Cancel
Save