bugs fixing
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user