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.