diff --git a/client/app/app.css b/client/app/app.css index 15cfbc0..bc60042 100644 --- a/client/app/app.css +++ b/client/app/app.css @@ -58,7 +58,6 @@ --header-sm: 16px; --header-xl-weight: 600; --header-weight: 600; - --header-line-height: 3rem; } @media (min-width: 60rem) { @@ -69,7 +68,6 @@ --header-sm: 16px; --header-xl-weight: 600; --header-weight: 600; - --header-line-height: 1.3em; } } @@ -100,7 +98,6 @@ h1 { font-family: "League Spartan"; font-weight: var(--header-weight); font-size: var(--header-xl); - line-height: var(--header-line-height); } h2 { font-family: "League Spartan"; diff --git a/client/app/root.tsx b/client/app/root.tsx index cb0723f..077d09e 100644 --- a/client/app/root.tsx +++ b/client/app/root.tsx @@ -116,12 +116,12 @@ export function ErrorBoundary() { {title} -
+
-
-
- +
+
+

{message}

{details}

diff --git a/client/app/routes/Charts/AlbumChart.tsx b/client/app/routes/Charts/AlbumChart.tsx index 7a157a8..7bc4eea 100644 --- a/client/app/routes/Charts/AlbumChart.tsx +++ b/client/app/routes/Charts/AlbumChart.tsx @@ -30,7 +30,7 @@ export default function AlbumChart() { initialData={initialData} endpoint="chart/top-albums" render={({ data, page, onNext, onPrev }) => ( -
+