Refactor performance and quickstart docs pages (#19)

Signed-off-by: ianmuchyri <ianmuchiri8@gmail.com>
This commit is contained in:
Ian Ngethe Muchiri
2026-02-06 18:29:59 +03:00
committed by GitHub
parent 74674268e2
commit 629f0c4391
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@ export function PerformanceSection() {
</span>
</h2>
<div className="max-w-4xl">
<div className="max-w-4xl mx-auto">
<table className="metrics-table w-full mono text-sm md:text-base">
<thead>
<tr>
@@ -15,7 +15,7 @@ export function QuickStartSection() {
</span>
</h2>
<div className="max-w-4xl space-y-8">
<div className="max-w-4xl mx-auto space-y-8">
{/* Docker Compose */}
<div>
<h3 className="mono font-bold mb-4 text-xl">1. RUN WITH DOCKER</h3>