responsive testing
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
<div class="lg:w-4/12 border-r border-gray-300 pr-12">
|
||||
<div class="lg:w-4/12 lg:border-r border-gray-300 pr-12">
|
||||
{!! $slot !!}
|
||||
</div>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="relative lg:w-8/12 ltr:pl-8 rtl:pr-8">
|
||||
<div class="relative lg:w-8/12 ltr:lg:pl-8 rtl:lg:pr-8">
|
||||
<x-loading.absolute />
|
||||
|
||||
{!! $slot !!}
|
||||
|
Reference in New Issue
Block a user