mobile style improvements for show pages

This commit is contained in:
Cihan Şentürk
2022-11-07 16:03:38 +03:00
committed by GitHub
parent b6295dfaf5
commit 10ee80d2e3
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<div class="lg:w-4/12 lg:border-r border-gray-300 pr-12 mb-4 sm:mb-0">
<div class="lg:w-4/12 lg:border-r border-gray-300 lg:pr-12 mb-4 sm:mb-0">
{!! $slot !!}
</div>