Skip to content

Commit 65e03df

Browse files
authored
Merge pull request #288 from fabiorodriguesroque/improve/refine-layout
Improve the layout
2 parents b07c9c3 + 25b0f1a commit 65e03df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/components/app.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ function updateTheme() {
6262

6363
<livewire:header :logo="$logo" />
6464

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]">
6666
@include('partials.navbar')
6767

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">
6969
<div class="pb-4">
7070
<ul class="flex items-center space-x-0.5 text-sm font-medium text-gray-600 dark:text-gray-500">
7171
@foreach(array_filter($breadcrumbs) as $breadcrumb)

0 commit comments

Comments
 (0)