File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ function updateTheme() {
62
62
63
63
<livewire:header :logo =" $logo" />
64
64
65
- <div class =" w-full mx-auto py-5 md :space-x-10 h-full grid grid-cols-6 px-2 sm:px-6 md:px-8 max-w-[1500px]" >
65
+ <div class =" flex mx-auto py-5 lg :space-x-10 h-full px-4 sm:px-6 md:px-8 max-w-[1500px]" >
66
66
@include (' partials.navbar' )
67
67
68
- <main class =" flex-1 h-full col-span-6 lg:col-span-5 lg: border-l lg:pl-5 dark:lg:border-white/10" >
68
+ <main class =" flex-1 h-full lg:border-l lg:pl-5 dark:lg:border-white/10 overflow-x-hidden " >
69
69
<div class =" pb-4" >
70
70
<ul class =" flex items-center space-x-0.5 text-sm font-medium text-gray-600 dark:text-gray-500" >
71
71
@foreach (array_filter ($breadcrumbs ) as $breadcrumb )
You can’t perform that action at this time.
0 commit comments