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 {