Skip to content

Commit d47ee22

Browse files
committed
style(landing): center the What is OpenTaint? and Why is OpenTaint? headings
Center just the two heading phrases; the subheadline, intro lines, and bullets stay left-aligned within the centered box.
1 parent c185512 commit d47ee22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/astro/WhatIsOpenTaint.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ const features = [
2020

2121
<section class="band band-tint" aria-labelledby="what-heading">
2222
<div class="mx-auto max-w-5xl">
23-
<h2 id="what-heading" class="section-title">What is OpenTaint?</h2>
23+
<h2 id="what-heading" class="section-title text-center">What is OpenTaint?</h2>
2424
<p class="subheadline">
2525
Formal taint analysis for application security — finds what AST-pattern matchers miss, lets LLM agents enact vulnerabilities as rules, scales where neither can alone.
2626
</p>
2727

28-
<h2 id="why-heading" class="section-title mt-12 lg:mt-14">Why is OpenTaint?</h2>
28+
<h2 id="why-heading" class="section-title mt-12 lg:mt-14 text-center">Why is OpenTaint?</h2>
2929
<p class="section-subtitle">
3030
AI generates production code faster than today's security tooling can keep up with.
3131
</p>

0 commit comments

Comments
 (0)