From 284911cd6bcef7096593452749c82bc949d9a21e Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 12:04:46 -0700 Subject: [PATCH] style: Increase font size in Getting Started section for better readability --- aider/website/home.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aider/website/home.html b/aider/website/home.html index d92abb124..8f2055be5 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -280,6 +280,8 @@ padding: 20px; color: white; font-family: monospace; + font-size: 1.2rem; + line-height: 1.5; margin: 20px 0; overflow-x: auto; } @@ -365,6 +367,7 @@ .info-content { max-width: 800px; margin: 0 auto; + font-size: 1.1rem; } .info-content h2 {