mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
refactor: Restructure hero section layout with full-width title and badges
This commit is contained in:
parent
8f45a2ef3d
commit
5eedf98aae
1 changed files with 24 additions and 22 deletions
|
@ -100,7 +100,7 @@
|
|||
font-size: 3rem;
|
||||
margin-bottom: 24px;
|
||||
color: var(--dark);
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hero p {
|
||||
|
@ -334,6 +334,7 @@
|
|||
|
||||
.stats-container {
|
||||
margin-bottom: 40px;
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -414,6 +415,7 @@
|
|||
.hero h1 {
|
||||
font-size: 2.5rem;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.hero p {
|
||||
|
@ -460,8 +462,6 @@
|
|||
|
||||
<section class="hero">
|
||||
<div class="container">
|
||||
<div class="hero-grid">
|
||||
<div class="hero-content">
|
||||
<h1>AI Pair Programming in Your Terminal</h1>
|
||||
|
||||
<div class="stats-container">
|
||||
|
@ -483,6 +483,8 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div class="hero-grid">
|
||||
<div class="hero-content">
|
||||
<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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue