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 @@