Update index.html

max width Faq-more box
This commit is contained in:
2026-08-02 15:38:59 +00:00
parent 4d626608d7
commit 998bce1148

View File

@@ -192,6 +192,8 @@ header.hero{padding:56px 0 40px;border-bottom:1px solid var(--line);background:
.callout.warn{background:var(--warn-soft);border-color:#eed8b4} .callout.warn{background:var(--warn-soft);border-color:#eed8b4}
.callout p{margin:0;line-height:1.6} .callout p{margin:0;line-height:1.6}
.callout p strong{font-weight:600} .callout p strong{font-weight:600}
/* FAQ "see the manual" box: match the FAQ column exactly (880px, left-aligned) */
.callout.faq-more{max-width:880px}
/* ---------- Install ---------- */ /* ---------- Install ---------- */
.install-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px} .install-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@@ -661,7 +663,7 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px}
</div> </div>
<div class="callout" style="margin-top:22px"> <div class="callout faq-more" style="margin-top:22px;max-width:880px">
<span class="k">📖</span> <span class="k">📖</span>
<p>Looking for something more specific — Check Alive, running a Will-Executor, wallet compatibility, and more? See the <strong>full FAQ in the manual</strong>. <a href="https://bitcoin-after.life/docs/faq.html">Browse the full FAQ →</a></p> <p>Looking for something more specific — Check Alive, running a Will-Executor, wallet compatibility, and more? See the <strong>full FAQ in the manual</strong>. <a href="https://bitcoin-after.life/docs/faq.html">Browse the full FAQ →</a></p>
</div> </div>