Slim down FAQ content

- 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 <noreply@anthropic.com>
This commit is contained in:
b1rdmania
2025-12-29 13:40:25 +00:00
parent 79601a78ba
commit 3b1130659e
+8 -12
View File
@@ -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 @@
<main>
<div class="faq-grid">
<div class="faq-item">
<h4>What is WARIO SYNTH?</h4>
<p>Turn any song into retro <strong>Gameboy-style</strong> synth using the Wario Synthesis Engine. Search a track, preview the MIDI, hit Generate.</p>
<h4>What is it?</h4>
<p>Turn any song into Gameboy-style synth. Search, preview, generate.</p>
</div>
<div class="faq-item">
<h4>How does it work?</h4>
<p>We scrape MIDI files from the web, analyse the structure (melody, bass, chords), then resynthesise with the <strong>Wario Synthesis Engine</strong>. Light touch and runs in any browser through <strong>Web Audio</strong>.</p>
<p>We find MIDI files online, analyse the structure, then resynthesise with Web Audio.</p>
</div>
<div class="faq-item">
<h4>Why "Enable Audio" on iPhone?</h4>
<p>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.</p>
</div>
<div class="faq-item">
<h4>Ps. I love Claude Code.</h4>
<img src="/wario.png" alt="Wario moment" style="margin-top: 8px; border-radius: 8px; max-width: 100%; opacity: 0.85;" />
<p>Apple blocks sound until you tap. Hit the button once and you're good.</p>
</div>
</div>
</main>