From 35033cd5f977f614ad4d3dc4603c70be4831129e Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Mon, 23 Sep 2024 19:13:19 +0000 Subject: [PATCH] Bump version and make copytext monospace --- src/app/[...file]/components/copy.css.ts | 6 ++++-- src/app/page.tsx | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/[...file]/components/copy.css.ts b/src/app/[...file]/components/copy.css.ts index c6d8f84..884b659 100644 --- a/src/app/[...file]/components/copy.css.ts +++ b/src/app/[...file]/components/copy.css.ts @@ -79,7 +79,9 @@ export const copied_image_light = style([copy_image, { export const copy_text = style({ - margin: 0, + margin: 0, marginLeft: '1em', - width: 'max-content', + width: 'max-content', + fontFamily: 'monospace', + fontSize: '1.2em', }); diff --git a/src/app/page.tsx b/src/app/page.tsx index 69d19c4..136339a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ export default function App() { return (
-

Mottov0.0.1-dev

+

Mottov1.0.0

Motto is a static file server beautifier. Click here for more information.