mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-13 16:15:00 +00:00
feat: Add CTA section to homepage with install and docs buttons
This commit is contained in:
parent
0dc31011f5
commit
30e5b48461
2 changed files with 24 additions and 2 deletions
|
@ -486,6 +486,23 @@ footer {
|
|||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.cta-container {
|
||||
text-align: center;
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.cta-text {
|
||||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.cta-buttons {
|
||||
display: flex;
|
||||
gap: 15px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.stats-container {
|
||||
margin-top: 70px;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue