float fixes
This commit is contained in:
parent
80cab1cd33
commit
e7ed8b6937
|
|
@ -617,6 +617,13 @@
|
|||
.platny-wrapper .tab-content > div div.for-padding h2 a{
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.platny-inner-tab .for-mobile{
|
||||
text-align: center;
|
||||
}
|
||||
.platny-inner-tab .for-mobile li{
|
||||
margin: 0 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<div class="for-padding">
|
||||
<h2><a href="/subscriptions" style="padding: 15px; color: #fff; background: #187f7e; border: none; float: right">Tarifleri görmek</a> {{$cat->name ?? 'Ählisi'}}</h2>
|
||||
<div class="platny-inner-tab">
|
||||
<ul role="tablist" >
|
||||
<ul role="tablist" class="for-mobile">
|
||||
<li class="@if($sort == 'all')active @endif">
|
||||
<a href="{{route('category',[$cat->id ?? 0])}}" >@lang('content.all')</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue