venues and about pages on mobile

This commit is contained in:
merdan 2020-04-06 13:20:24 +05:00
parent 1bb1c2912d
commit 92d11053d7
2 changed files with 7 additions and 3 deletions

View File

@ -1997,7 +1997,11 @@ input.reserved-seats ~ label svg {
font-size: 20px;
line-height: 24px;
}
.mobile-detail p, .mobile-detail{
color: #000000;
font-size: 16px;
line-height: 24px;
}
.nav.nav-pills.details-page .tablinks:hover{
color: #ffffff
}

View File

@ -11,7 +11,7 @@
<div class="col-12 pl-4" style="font-size: 17px">
<div class="row">
<h2>{{$current->venue_name}}</h2>
<h4>{{$current->venue_name}}</h4><div style="background-color: rgba(211,61,51,1);height: 5px;width: 80px;margin-bottom: 15px;"></div>
</div>
<div class="row">
<div class="owl-carousel owl-theme" >
@ -22,7 +22,7 @@
</div>
</div>
<div class="row ">
<div class="it-detail">
<div class="mobile-detail">
{!! Markdown::parse($current->description) !!}
</div>