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
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