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:
parent
b06dfedca2
commit
58396c6bea
1 changed files with 2 additions and 3 deletions
|
|
@ -415,9 +415,8 @@
|
|||
|
||||
.service-card .green-dot {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 12px;
|
||||
transform: translateY(-50%);
|
||||
top: -8px;
|
||||
right: -8px;
|
||||
}
|
||||
|
||||
.service-card h4 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue