From a60cb34c225731ba4071e6c5b74f6240f14e3d51 Mon Sep 17 00:00:00 2001 From: Max Bo Date: Tue, 21 May 2024 00:25:35 +1000 Subject: [PATCH] Footer --- src/App.tsx | 6 ++++-- src/index.css | 10 +++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 23ae979..b6977f9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,7 +2,8 @@ import './App.css' import { useLoaderData, useRouteError, - Outlet + Outlet, + Link } from "react-router-dom"; export function App() { @@ -75,6 +76,7 @@ export function DollPage() { return (
+ ← Back

{doll.name}

@@ -100,7 +102,7 @@ function Model(props: { doll: Doll, big: boolean }) { return ( // @ts-ignore dt { } dl > dd { - max-width: 30ch; + max-width: 40ch; /** Description details should be monospace */ font-family: 'Inconsolata', monospace; - font-size: 1.2em; + font-size: 1.15em; } .card-grid {