mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Reduce vertical space between video and badges on mobile
This commit is contained in:
parent
2f7fde163a
commit
06f3e15ce9
1 changed files with 8 additions and 0 deletions
|
@ -586,6 +586,10 @@ footer {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.stats-container {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.hero h1 {
|
||||
font-size: 2.2rem;
|
||||
text-align: center;
|
||||
|
@ -694,6 +698,10 @@ footer {
|
|||
padding: 30px 0;
|
||||
}
|
||||
|
||||
.stats-container {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
gap: 8px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue