mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
style: Reduce mobile nav bar height and adjust logo size
This commit is contained in:
parent
4a3d239082
commit
78d2e0aa25
1 changed files with 12 additions and 0 deletions
|
@ -480,6 +480,10 @@ footer {
|
|||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
nav {
|
||||
padding: 12px 0;
|
||||
}
|
||||
|
||||
.hero-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
@ -580,6 +584,14 @@ footer {
|
|||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
nav {
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.hero h1 {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue