From 3b4dc6c38e91333afd784c4bc95c9fffafb71db8 Mon Sep 17 00:00:00 2001 From: meghamalore Date: Mon, 1 Jul 2024 13:32:38 +0530 Subject: [PATCH] bugs fixing --- public/assets/css/FrontendCss/style.css | 14 ++++++++------ .../long-only-equity-fund-product.blade.php | 2 +- .../private-real-estate-fund-product.blade.php | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/public/assets/css/FrontendCss/style.css b/public/assets/css/FrontendCss/style.css index 3bb306c..f5e5377 100644 --- a/public/assets/css/FrontendCss/style.css +++ b/public/assets/css/FrontendCss/style.css @@ -434,15 +434,17 @@ h4.inner-title { } .parimay-card .card-logo img { - width: auto; - height: 112px; - max-width: fit-content; - /*object-fit: cover;*/ + width: 100%; + height: 100%; + object-fit: fill; } .assets-card .card-logo { - text-align: center; - padding: 8px; + object-fit: cover; + text-align: center; + padding: 8px; + width: 100%; + height: 250px; } .parimay-card .blur-md { diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php index d096d43..7cd834a 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php @@ -180,7 +180,7 @@ {{ $longOnlyEquityFund->fund_structure ?? '--' }} --}} -
+

Description

{{ $productData->description ?? '--' }}

diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/private-real-estate-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/private-real-estate-fund-product.blade.php index 98ee669..2e7118b 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/private-real-estate-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/private-real-estate-fund-product.blade.php @@ -298,14 +298,14 @@
-
+

Website of the fund

{{-- {{ $realEstate->website_of_the_fund ?? '--' }} --}} @if($realEstate->website_of_the_fund) - {{$realEstate->website_of_the_fund}} + {{$realEstate->website_of_the_fund}} @else {{'--'}} @endif