docs: add vertical spacing between screenshots and CTA buttons
GitHub markdown collapses <br> inside <div> blocks. Use <p> </p> which GitHub reliably renders as vertical space. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7cbeb92c0b
commit
33e882b406
|
|
@ -25,7 +25,7 @@ Agent Orchestrator manages fleets of AI coding agents working in parallel on you
|
|||
<img src="docs/assets/demo-video-tweet.png" alt="Agent Orchestrator demo — AI agents building their own orchestrator" width="560">
|
||||
</a>
|
||||
|
||||
<br>
|
||||
<p> </p>
|
||||
|
||||
<a href="https://x.com/agent_wrapper/status/2026329204405723180"><img src="docs/assets/btn-watch-demo.png" alt="Watch the Demo on X" height="48"></a>
|
||||
|
||||
|
|
@ -37,7 +37,7 @@ Agent Orchestrator manages fleets of AI coding agents working in parallel on you
|
|||
<img src="docs/assets/article-tweet.png" alt="The Self-Improving AI System That Built Itself" width="560">
|
||||
</a>
|
||||
|
||||
<br>
|
||||
<p> </p>
|
||||
|
||||
<a href="https://x.com/agent_wrapper/status/2025986105485733945"><img src="docs/assets/btn-read-article.png" alt="Read the Full Article on X" height="48"></a>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue