Skip to content

Commit 3229671

Browse files
congwang-mkclaude
andcommitted
Add consistent padding to product page sections after hero
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2d1783 commit 3229671

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

assets/css/technology.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173

174174
/* Architecture Section */
175175
.how-it-works {
176-
padding: var(--space-24) 0;
176+
padding: var(--space-20) 0;
177177
background: white;
178178
}
179179

products/enclaves.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>Kernel-Level Isolation for AI Agents</h1>
2929
</div>
3030
</section>
3131

32-
<section id="problem">
32+
<section id="problem" class="value-section">
3333
<div class="section-container">
3434
<div class="section-header">
3535
<h2 class="section-title">The Problem</h2>

products/platform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>The Enterprise Split-Kernel Distribution</h1>
2929
</div>
3030
</section>
3131

32-
<section id="what">
32+
<section id="what" class="value-section">
3333
<div class="section-container">
3434
<div class="section-header">
3535
<h2 class="section-title">What You Get</h2>

products/resilience.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>Your Kernel Never Goes Down</h1>
2929
</div>
3030
</section>
3131

32-
<section id="planned">
32+
<section id="planned" class="value-section">
3333
<div class="section-container">
3434
<div class="section-header">
3535
<h2 class="section-title">Zero-Downtime Kernel Upgrades</h2>
@@ -99,7 +99,7 @@ <h3 class="capability-title">Automatic Recovery</h3>
9999
</div>
100100
</section>
101101

102-
<section id="benefits">
102+
<section id="benefits" class="value-section">
103103
<div class="section-container">
104104
<div class="section-header">
105105
<h2 class="section-title">Benefits</h2>

0 commit comments

Comments
 (0)