From 421fbac793288accaccd642e834b10bf793eb06f Mon Sep 17 00:00:00 2001 From: Jared He <66887902+jaredjhe@users.noreply.github.com> Date: Wed, 9 Nov 2022 19:55:12 -0500 Subject: [PATCH] PR fixes --- components/Timeline.module.css | 1 - pages/frontpage.module.css | 2 +- pages/index.tsx | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) 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