From face505f0d5a40eec4d72fa5cd8033b236e98c6f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Wed, 19 Mar 2025 11:10:27 -0700 Subject: [PATCH] style: Enhance feature card visual hierarchy with borders and spacing --- aider/website/home.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/aider/website/home.html b/aider/website/home.html index 86b09cba9..7446363ec 100644 --- a/aider/website/home.html +++ b/aider/website/home.html @@ -189,6 +189,7 @@ padding: 30px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); transition: transform 0.3s, box-shadow 0.3s; + border-left: 3px solid var(--primary); } .feature-card:hover { @@ -209,10 +210,11 @@ .feature-card-header { display: flex; align-items: center; - margin-bottom: 15px; - padding: 10px 12px; - background-color: rgba(76, 110, 245, 0.07); + margin-bottom: 20px; + padding: 12px 15px; + background-color: rgba(76, 110, 245, 0.1); border-radius: 6px; + border-bottom: 1px solid rgba(76, 110, 245, 0.2); } .feature-icon {