refactor: Move hero heading into 40% split container

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 13:38:53 -07:00
parent 1bb396bea5
commit 78ce63e71e

View file

@ -25,8 +25,6 @@
<section class="hero">
<div class="container">
<h1>AI Pair Programming in Your Terminal</h1>
<div class="stats-container">
<a href="https://github.com/Aider-AI/aider" class="github-badge badge-stars">
<span class="badge-label">⭐ GitHub Stars</span>
@ -48,6 +46,7 @@
<div class="hero-grid">
<div class="hero-content">
<h1>AI Pair Programming in Your Terminal</h1>
<p>Aider lets you pair program with LLMs, to edit code in your local git repository. Start a new project or work with an existing code base.</p>
<div class="buttons">