diff --git a/aider/website/_includes/head_custom.html b/aider/website/_includes/head_custom.html
index 09c097d3d..20f888728 100644
--- a/aider/website/_includes/head_custom.html
+++ b/aider/website/_includes/head_custom.html
@@ -21,6 +21,12 @@
text-decoration: none;
letter-spacing: 0.5px;
}
+
+ /* For SVG logo inside site-title */
+ .site-title img {
+ height: 1.8rem;
+ vertical-align: middle;
+ }
/* Sidebar gradient styling to match hero section */
.side-bar {
@@ -31,6 +37,34 @@
+
+
+