Skip to content

Commit f9b6614

Browse files
committed
fix(services): fix circle green position
1 parent e424046 commit f9b6614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/route-pages/services-page/src/components/vertical-services-card/vertical-services-card.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2 *ngIf="service.items && service.items.length > 0 && isServiceList"
2121
<li *ngFor="let item of service?.items" [ngClass]="{ 'mb-4': isLinkList }">
2222

2323
<div class="flex flex-row items-center mb-6" *ngIf="!isLinkList">
24-
<div class="green-circle lg:mt-0 mt-5 after:h-4 after:w-4"></div>
24+
<div class="green-circle md:mt-[1.6rem] mt-5 after:h-4 after:w-4"></div>
2525
<p class="pl-8 h-full leading-6 text-grey_font_col text-base md:text-20 tracking-tightest">
2626
{{item.title}}</p>
2727
</div>

0 commit comments

Comments
 (0)