From e99144d18d5cf3c430ad01e85339abe11cabc79e Mon Sep 17 00:00:00 2001 From: Benjamin Keating Date: Sat, 22 Jul 2023 13:05:37 -0500 Subject: [PATCH] site copy positioning --- src/App.svelte | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 816fef9..bca5e07 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -10,9 +10,9 @@
-
-

nvAux

-

Capture and retrieve ideas at the speed of thought with nvAux, the in-the-zone, aint-nobody-stopping-me note-taking app for creative professionals.

+
+

nvAux

+

Capture and retrieve ideas at the speed of thought with nvAux, the in-the-zone note-taking app for creative professionals.

h1 { - font-size: 60px; + font-size: 69px; + line-height: 0; font-weight: 600; font-family:Arial, Helvetica, sans-serif; - margin-bottom: 0; + margin-bottom: 50px; } p { max-width: 500px; - margin-bottom: 60px; - font-size: 16px; + font-size: 15px; line-height: 24px; + padding: 0 20px; + opacity: 0.6; } main.fullscreen { max-width: 100%;