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 } } }