From b5f0afcdfe153ba0f35a0ed8d179224af08b4232 Mon Sep 17 00:00:00 2001 From: Dinh Nguyen <127725498+ntqdinh-axonivy@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:51:55 +0700 Subject: [PATCH 1/3] bugfix/MARP-690-Feedback-Anais-1-space-on-top-of-the-landing-page --- marketplace-ui/src/app/modules/product/product.component.html | 2 +- marketplace-ui/src/app/modules/product/product.component.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/marketplace-ui/src/app/modules/product/product.component.html b/marketplace-ui/src/app/modules/product/product.component.html index 3a5949fed..333bbcbf6 100644 --- a/marketplace-ui/src/app/modules/product/product.component.html +++ b/marketplace-ui/src/app/modules/product/product.component.html @@ -1,5 +1,5 @@
-
+

{{ translateService.get('common.branch') | async }}

diff --git a/marketplace-ui/src/app/modules/product/product.component.scss b/marketplace-ui/src/app/modules/product/product.component.scss index 47ff283db..e01ebbe71 100644 --- a/marketplace-ui/src/app/modules/product/product.component.scss +++ b/marketplace-ui/src/app/modules/product/product.component.scss @@ -1,3 +1,7 @@ .product-container { min-height: 6em; } + +.mt-8{ + margin-top: 8rem; +} From a411c5644f4f8300a3f4a7f7d6d5511a786dad3e Mon Sep 17 00:00:00 2001 From: Dinh Nguyen <127725498+ntqdinh-axonivy@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:59:55 +0700 Subject: [PATCH 2/3] Bugfix/marp 692 feedback anais 3 adjustments for footer --- .../shared/components/footer/footer.component.html | 4 ++-- .../shared/components/footer/footer.component.scss | 11 +++++++++++ marketplace-ui/src/assets/i18n/de.yaml | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/marketplace-ui/src/app/shared/components/footer/footer.component.html b/marketplace-ui/src/app/shared/components/footer/footer.component.html index 9f215e2ba..f9a831c6d 100644 --- a/marketplace-ui/src/app/shared/components/footer/footer.component.html +++ b/marketplace-ui/src/app/shared/components/footer/footer.component.html @@ -52,14 +52,14 @@
+ class="d-flex flex-lg-row flex-column justify-content-between py-4">