Typography tweak

This commit is contained in:
James Ritchie
2022-04-15 19:26:34 +01:00
parent 1770fad87c
commit 57e17791be
+3 -3
View File
@@ -21,7 +21,7 @@ import { JsonView } from "~/components/JsonView";
import safeFetch from "~/utilities/safeFetch";
import { JsonTreeViewProvider } from "~/hooks/useJsonTree";
import { JsonSearchProvider } from "~/hooks/useJsonSearch";
import { Title } from "~/components/Primitives/Title";
import { LargeTitle } from "~/components/Primitives/LargeTitle";
import { Body } from "~/components/Primitives/Body";
export const loader: LoaderFunction = async ({ params, request }) => {
@@ -121,8 +121,8 @@ export default function JsonDocumentRoute() {
<div>
<div className="block sm:hidden fixed bg-black/80 h-screen w-screen z-50 text-white">
<div className="flex flex-col items-center justify-center h-full text-center">
<Title>JSON Hero only works on desktop.</Title>
<Title>👇</Title>
<LargeTitle>JSON Hero only works on desktop</LargeTitle>
<LargeTitle>👇</LargeTitle>
<Body>(For now!)</Body>
<a
href="/"