From b921ca5b6323f0d51b6bf1d3dac3eafc9fcfe653 Mon Sep 17 00:00:00 2001 From: Remi <73385395+itsrubberduck@users.noreply.github.com> Date: Sun, 21 Sep 2025 09:03:46 +0200 Subject: [PATCH] Tweak hero layout copy and min height --- app/pages/index.vue | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index 40ae1f2..1e898d3 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -109,30 +109,28 @@ Open-source, low-cost AI ATC

- We are building an open, affordable AI air traffic control for flight simulators – community-driven, with - self-hosted and hosted options in planning. + Open, affordable AI air traffic control for flight simulators. Built in public with self-hosted and hosted + paths on the roadmap.

- We are looking for collaborators (Node/Nuxt, ATC SMEs, testers, infra/cost benchmarking). Reach out via + Collaborators welcome (Node/Nuxt, ATC SMEs, testers, infra benchmarking). Say hi at info@opensquawk.de.

+ Join the waitlist - - Read news -
@@ -1690,6 +1688,7 @@ onMounted(async () => { } .gradient-hero { + min-height: 100vh; background: radial-gradient(1200px 600px at 10% -10%, rgba(6, 182, 212, .35), transparent), radial-gradient(900px 480px at 100% 10%, rgba(59, 130, 246, .25), transparent), linear-gradient(180deg, #0b1020 0%, #0b1020 60%, #0a0f1c 100%);