Skip to content

Commit 175647b

Browse files
fix: logo size + font size fixes
1 parent 46dab9d commit 175647b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/integrations/landing-v2/landing-v2.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h3 class="landing-v2--section-heading">
4848
<button class="btn-connect">Connect</button>
4949
}
5050
</div>
51-
<span class="landing-v2--accounting-app-name tw-items-center tw-gap-4">
51+
<span class="landing-v2--accounting-app-name tw-items-center tw-gap-[10px] !tw-text-12-px">
5252
<div>
5353
Dynamics 365 Business Central
5454
<div class="landing-v2--accounting-app-type">Accounting</div>
@@ -137,7 +137,7 @@ <h3 class="landing-v2--section-heading">
137137
<div *ngIf="isAppShown('SAGE300')" class="landing-v2--accounting-app"
138138
(click)="openInAppIntegration(InAppIntegration.SAGE300)">
139139
<div class="tw-flex tw-justify-between tw-items-center">
140-
<img src="assets/logos/sage300-logo.png" class="tw-py-[4px]" />
140+
<img src="assets/logos/sage300-logo.png" class="tw-py-[5px]" />
141141
@if (isAppConnected('SAGE300')) {
142142
<app-badge text="Connected" [theme]="ThemeOption.SUCCESS"></app-badge>
143143
} @else {

0 commit comments

Comments
 (0)