Skip to content

Commit e68aa29

Browse files
committed
astro page upgrade
1 parent a54ffe8 commit e68aa29

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

site/src/pages/index.astro

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const base = "/home-assistant-vibecode-agent";
3535
<section class="hero">
3636
<div class="container">
3737
<h1 class="hero-title hero-wordmark">
38-
<span class="brand-ha">Home Assistant</span><span class="brand-vc"> Vibecode Agent</span>
38+
<span class="brand-ha">Home Assistant</span><span class="brand-vc">Vibecode Agent</span>
3939
</h1>
4040
<p class="hero-desc">
4141
<strong>Safely</strong> create and debug automations, design dashboards, tweak themes, modify configuration, and deploy changes &mdash; using natural language. Path-validated file access, YAML checks, and Git-backed rollback on every edit
@@ -456,7 +456,7 @@ EOF</code></pre>
456456

457457
/* ── HERO ── */
458458
.hero {
459-
padding: 110px 0 90px;
459+
padding: 110px 0 58px;
460460
text-align: center;
461461
position: relative;
462462
}
@@ -494,6 +494,7 @@ EOF</code></pre>
494494

495495
.hero-wordmark .brand-vc {
496496
font-size: 1em;
497+
margin-left: 0.28em;
497498
background: var(--gradient);
498499
-webkit-background-clip: text;
499500
background-clip: text;
@@ -567,6 +568,11 @@ EOF</code></pre>
567568
box-shadow: 0 0 12px rgba(0, 212, 255, 0.15);
568569
}
569570

571+
/* Pull "Safe Home Assistant…" closer to the hero */
572+
#why.section {
573+
padding-top: 52px;
574+
}
575+
570576
/* ── SECTIONS ── */
571577
.section { padding: 90px 0; }
572578
.section-alt { background: var(--bg-alt); }
@@ -969,8 +975,11 @@ EOF</code></pre>
969975
.grid-3 { grid-template-columns: 1fr; }
970976
.nav-links { gap: 16px; }
971977
.nav-links a { font-size: 0.82rem; }
972-
.hero { padding: 70px 0 60px; }
978+
.hero { padding: 70px 0 48px; }
973979
.section { padding: 60px 0; }
980+
#why.section {
981+
padding-top: 36px;
982+
}
974983
.tab-panel { padding: 24px 18px; }
975984
.arch-flow { font-size: 0.8rem; }
976985
}

0 commit comments

Comments
 (0)