mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
style: Increase font size in Getting Started section for better readability
This commit is contained in:
parent
70b6da108c
commit
284911cd6b
1 changed files with 3 additions and 0 deletions
|
@ -280,6 +280,8 @@
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
line-height: 1.5;
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
@ -365,6 +367,7 @@
|
||||||
.info-content {
|
.info-content {
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-content h2 {
|
.info-content h2 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue