float fixes

This commit is contained in:
medet97 2020-04-28 13:46:26 +05:00
parent 80cab1cd33
commit e7ed8b6937
2 changed files with 8 additions and 1 deletions

View File

@ -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;
}
}

View File

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