diff --git a/components/Timeline.module.css b/components/Timeline.module.css index 6672159..a203434 100644 --- a/components/Timeline.module.css +++ b/components/Timeline.module.css @@ -15,7 +15,6 @@ display: flex; flex-direction: column; justify-content: space-around; - align-items: flex-end; gap: calc(20rem / 16); } diff --git a/pages/frontpage.module.css b/pages/frontpage.module.css index ca9a8a9..1992433 100644 --- a/pages/frontpage.module.css +++ b/pages/frontpage.module.css @@ -36,7 +36,7 @@ } .blurb h1 { - margin-top: calc(0rem / 16); + margin-top: 0; } .classYear { diff --git a/pages/index.tsx b/pages/index.tsx index 57f460d..64430b2 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,5 +1,5 @@ import { mockTimelineData } from "data/mocks"; -import { PageRoutes } from "data/routes"; +import { pageRoutes } from "data/routes"; import Link from "next/link"; import React from "react"; @@ -61,7 +61,7 @@ export default function Home() { you see!

- +

Click here to visit the playground