From 3b1130659ea2fc94b20be2081d21b11f239f2736 Mon Sep 17 00:00:00 2001 From: b1rdmania <102524336+b1rdmania@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:40:25 +0000 Subject: [PATCH] Slim down FAQ content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Shorter, punchier FAQ text - Remove Claude Code easter egg item - Tighten spacing and line-height 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- index.html | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 70337ae..78afdba 100644 --- a/index.html +++ b/index.html @@ -243,15 +243,15 @@ .faq-grid { display: grid; grid-template-columns: 1fr; - gap: 12px; + gap: 10px; } .faq-item { border: 2px solid var(--gb-dark); - padding: 12px; + padding: 10px; background: var(--color-surface); } .faq-item h4 { - margin: 0 0 8px 0; + margin: 0 0 6px 0; font-size: 8px; color: var(--gb-darkest); } @@ -259,7 +259,7 @@ margin: 0; color: var(--gb-dark); font-size: 8px; - line-height: 2; + line-height: 1.8; } .faq-item code { font-size: 8px; @@ -1217,20 +1217,16 @@
-

What is WARIO SYNTH?

-

Turn any song into retro Gameboy-style synth using the Wario Synthesis Engine. Search a track, preview the MIDI, hit Generate.

+

What is it?

+

Turn any song into Gameboy-style synth. Search, preview, generate.

How does it work?

-

We scrape MIDI files from the web, analyse the structure (melody, bass, chords), then resynthesise with the Wario Synthesis Engine. Light touch and runs in any browser through Web Audio.

+

We find MIDI files online, analyse the structure, then resynthesise with Web Audio.

Why "Enable Audio" on iPhone?

-

Apple blocks sound until you tap something. Just hit the button once — you're good. Still silent? Check your ringer switch isn't on mute.

-
-
-

Ps. I love Claude Code.

- Wario moment +

Apple blocks sound until you tap. Hit the button once and you're good.