docs: reduce spacing between screenshots and buttons
Replace <p> </p> (too much margin) with a 1px transparent GIF at height=8 for precise, subtle spacing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
548d479f22
commit
5ea52f479c
|
|
@ -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>
|
||||
|
||||
<p> </p>
|
||||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" height="8">
|
||||
|
||||
<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>
|
||||
|
||||
<p> </p>
|
||||
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" height="8">
|
||||
|
||||
<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