From bbe5ab7769afcead98884c8b61e550c1b8f2be57 Mon Sep 17 00:00:00 2001 From: Jordan Ritter Date: Mon, 6 Apr 2026 15:56:30 -0700 Subject: [PATCH] fix: center Record & Replay section title, align terminal panel to top --- docs/index.html | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/docs/index.html b/docs/index.html index b980934..b46263a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -508,7 +508,7 @@ display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; - align-items: center; + align-items: start; } .record-label { display: inline-flex; @@ -528,11 +528,7 @@ animation: pulse 1.5s infinite; } .record-left h2 { - font-size: clamp(1.8rem, 4vw, 2.8rem); - font-weight: 700; - line-height: 1.15; - letter-spacing: -0.02em; - margin-bottom: 2rem; + display: none; /* moved above grid */ } .steps { display: flex; @@ -1148,14 +1144,28 @@

+
+ + Record & Replay +
+

+ From zero to fixtures in one command +

+
-
- - Record & Replay -
-

From zero to fixtures in one command

-
1