mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Reduce hero section padding on mobile devices
This commit is contained in:
parent
acf8b40a28
commit
71d26c2ec5
1 changed files with 8 additions and 0 deletions
|
@ -564,6 +564,10 @@ footer {
|
|||
padding: 12px 0;
|
||||
}
|
||||
|
||||
.hero {
|
||||
padding: 50px 0;
|
||||
}
|
||||
|
||||
.hero-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
@ -686,6 +690,10 @@ footer {
|
|||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.hero {
|
||||
padding: 30px 0;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
gap: 8px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue