From d9aa3fb973b08a20617dbc583421f50db96372aa Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 13:44:43 -0700 Subject: [PATCH] style: Increase top margin of stats-container to 50px --- aider/website/assets/home.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/assets/home.css b/aider/website/assets/home.css index 99a56c53b..fc0cb44bd 100644 --- a/aider/website/assets/home.css +++ b/aider/website/assets/home.css @@ -464,7 +464,7 @@ footer { .stats-container { margin-bottom: 40px; - margin-top: 20px; + margin-top: 50px; display: flex; justify-content: center; align-items: center;