From 5ac71d8b6de26c58268be9273c726641dd8706f1 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 26 Sep 2024 17:46:52 -0700 Subject: [PATCH] copy --- aider/website/_posts/2024-09-26-architect.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/_posts/2024-09-26-architect.md b/aider/website/_posts/2024-09-26-architect.md index e3cf9c4c2..06d382fd7 100644 --- a/aider/website/_posts/2024-09-26-architect.md +++ b/aider/website/_posts/2024-09-26-architect.md @@ -56,7 +56,7 @@ top coding models, as compared to their previous "solo" scores (striped bars). // Function to determine aspect ratio based on screen width function getAspectRatio() { - return window.innerWidth < 600 ? 1.5 : 2; + return window.innerWidth < 600 ? 1 : 1.5; } var labels = []; var data = []; @@ -158,7 +158,7 @@ top coding models, as compared to their previous "solo" scores (striped bars). position: 'start', xAdjust: 10, font: { - size: 14 + size: 12 } } }