diff --git a/src/components/StatisticsPage/StatisticsGraphs.tsx b/src/components/StatisticsPage/StatisticsGraphs.tsx index 4300277..5c9140b 100644 --- a/src/components/StatisticsPage/StatisticsGraphs.tsx +++ b/src/components/StatisticsPage/StatisticsGraphs.tsx @@ -106,7 +106,7 @@ const StatisticsGraphs: React.FC = ({

{title}

-
+
diff --git a/src/shared/GlassCard.tsx b/src/shared/GlassCard.tsx index f58eb79..4f1e095 100644 --- a/src/shared/GlassCard.tsx +++ b/src/shared/GlassCard.tsx @@ -11,7 +11,7 @@ const GlassCard: React.FC = ({ children, className = '', fullHeight = false, - padding = 'p-6', + padding = 'py-6 pl-6 pr-4', }) => { return (