From 58396c6bea2ebaacba5dfadd44c7ac00c191d02e Mon Sep 17 00:00:00 2001 From: "LIABEUF, Stephane (External)" Date: Mon, 18 May 2026 09:49:52 +0200 Subject: [PATCH] fix: move service card checkmarks to top-right corner badge position Co-Authored-By: Claude Sonnet 4.6 --- ecosystem.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ecosystem.html b/ecosystem.html index 27b5861..d147639 100644 --- a/ecosystem.html +++ b/ecosystem.html @@ -415,9 +415,8 @@ .service-card .green-dot { position: absolute; - top: 50%; - right: 12px; - transform: translateY(-50%); + top: -8px; + right: -8px; } .service-card h4 {