fix: move service card checkmarks to top-right corner badge position

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
LIABEUF, Stephane (External) 2026-05-18 09:49:52 +02:00
parent b06dfedca2
commit 58396c6bea

View file

@ -415,9 +415,8 @@
.service-card .green-dot {
position: absolute;
top: 50%;
right: 12px;
transform: translateY(-50%);
top: -8px;
right: -8px;
}
.service-card h4 {