fix: left-align install commands in announcement section

Keep heading and description centered, but left-align the install
blocks and labels so they don't clash with the code block layout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
gavrielc
2026-03-13 11:55:27 +02:00
parent 2a90f98138
commit 3414625a6d

View File

@@ -13,10 +13,8 @@
<a href="repo-tokens"><img src="repo-tokens/badge.svg" alt="34.9k tokens, 17% of context window" valign="middle"></a> <a href="repo-tokens"><img src="repo-tokens/badge.svg" alt="34.9k tokens, 17% of context window" valign="middle"></a>
</p> </p>
<div align="center"> <h2 align="center">🐳 Now Running in Docker Sandboxes</h2>
<br> <p align="center">Every agent gets its own isolated container inside a micro VM.<br>Hypervisor-level isolation. Millisecond startup. No complex setup.</p>
<h2>🐳 Now Running in Docker Sandboxes</h2>
<p>Every agent gets its own isolated container inside a micro VM.<br>Hypervisor-level isolation. Millisecond startup. No complex setup.</p>
**macOS (Apple Silicon)** **macOS (Apple Silicon)**
```bash ```bash
@@ -28,11 +26,9 @@ curl -fsSL https://nanoclaw.dev/install-docker-sandboxes.sh | bash
curl -fsSL https://nanoclaw.dev/install-docker-sandboxes-windows.sh | bash curl -fsSL https://nanoclaw.dev/install-docker-sandboxes-windows.sh | bash
``` ```
<p>Currently supported on macOS (Apple Silicon) and Windows (x86). Linux support coming soon.</p> > Currently supported on macOS (Apple Silicon) and Windows (x86). Linux support coming soon.
<p><a href="https://nanoclaw.dev/blog/nanoclaw-docker-sandboxes">Read the announcement →</a></p> <p align="center"><a href="https://nanoclaw.dev/blog/nanoclaw-docker-sandboxes">Read the announcement →</a></p>
<br>
</div>
## Why I Built NanoClaw ## Why I Built NanoClaw