style: Increase font size in Getting Started section for better readability

This commit is contained in:
Paul Gauthier (aider) 2025-03-19 12:04:46 -07:00
parent 70b6da108c
commit 284911cd6b

View file

@ -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 {