diff --git a/src/components/graph/graphCard/ChartCardView.ts b/src/components/graph/graphCard/ChartCardView.ts index 7c1aed2..fa834e7 100644 --- a/src/components/graph/graphCard/ChartCardView.ts +++ b/src/components/graph/graphCard/ChartCardView.ts @@ -9,7 +9,6 @@ export const ChartCardView = styled.article` width: 100%; height: fit-content; - min-height: 41rem; background: #F8F8F8; box-shadow: 0 0 11px rgba(0, 0, 0, 0.2) ; diff --git a/src/pages/dashboard.tsx b/src/pages/dashboard.tsx index 001b67a..8488aaf 100644 --- a/src/pages/dashboard.tsx +++ b/src/pages/dashboard.tsx @@ -34,14 +34,14 @@ export default function Dashboard() {
- - + + - + - + diff --git a/src/pages/grossSavings.tsx b/src/pages/grossSavings.tsx index a3cc64e..437eb8b 100644 --- a/src/pages/grossSavings.tsx +++ b/src/pages/grossSavings.tsx @@ -14,7 +14,7 @@ export default function GrossSavings() {
- +
)