diff --git a/pages/intimacy-and-drugs.tsx b/pages/intimacy-and-drugs.tsx index e370ebd..0934e6c 100644 --- a/pages/intimacy-and-drugs.tsx +++ b/pages/intimacy-and-drugs.tsx @@ -32,7 +32,6 @@ import { Header } from "@/components/Header"; import { PieChart } from "@/components/PieChart"; import { QuotationCarousel } from "@/components/QuotationCarousel"; import { SectionHeader } from "@/components/SectionHeader"; -import { WordCloud } from "@/components/WordCloud"; import { Color } from "../utils/Color"; @@ -63,20 +62,15 @@ export default function Demographics() { [Color.secondaryAccentLight]: Color.secondaryAccent, }} width={barGraphWidth(isMobile, pageWidth)} - height={500} - margin={{ - top: 20, - bottom: 100, - left: 50, - right: 20, - }} + height={DefaultProp.graphHeight} + margin={{ ...barGraphMargin, ...{ bottom: 100 } }} />