bugs fixing

This commit is contained in:
meghamalore
2024-07-01 13:32:38 +05:30
parent d1fb7a8d19
commit 3b4dc6c38e
3 changed files with 11 additions and 9 deletions

View File

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

View File

@@ -180,7 +180,7 @@
<span>{{ $longOnlyEquityFund->fund_structure ?? '--' }}</span>
</div>
</div> --}}
<div class="col-md-6">
<div class="col-md-12">
<p>Description</p>
<h4>{{ $productData->description ?? '--' }}</h4>
</div>

View File

@@ -298,14 +298,14 @@
</div>
<div class="tables row">
<div class="col-md-8">
<div class="col-md-4">
<p>Website of the fund</p>
{{-- <span>{{ $realEstate->website_of_the_fund ?? '--' }}</span> --}}
<span>
@if($realEstate->website_of_the_fund)
<a href="{{'http://'.$realEstate->website_of_the_fund}}" target=”_blank”>{{$realEstate->website_of_the_fund}}<a>
<a href="{{'http://'.$realEstate->website_of_the_fund}}" target=”_blank”>{{$realEstate->website_of_the_fund}}</a>
@else
{{'--'}}
@endif