Embed team build walkthrough video on homepage; allow YouTube in CSP

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-08-11 10:14:23 -05:00
parent 4115d3a920
commit 2890dc2f1b
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -17,3 +17,6 @@ a{color:inherit}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}.nav{heigh
.roadmap-figure figcaption strong{color:var(--teal)}
.funnel{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin:14px 0}
.video-card{max-width:880px;margin:0 auto;padding:10px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.video-frame{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:12px}