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 {
|
.service-card .green-dot {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: -8px;
|
||||||
right: 12px;
|
right: -8px;
|
||||||
transform: translateY(-50%);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-card h4 {
|
.service-card h4 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue