venues and about pages on mobile
This commit is contained in:
parent
1bb1c2912d
commit
92d11053d7
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue