Skip to content

Commit

Permalink
Merge pull request #288 from fabiorodriguesroque/improve/refine-layout
Browse files Browse the repository at this point in the history
Improve the layout
  • Loading branch information
Cannonb4ll authored Nov 6, 2024
2 parents b07c9c3 + 25b0f1a commit 65e03df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ function updateTheme() {

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

<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]">
<div class="flex mx-auto py-5 lg:space-x-10 h-full px-4 sm:px-6 md:px-8 max-w-[1500px]">
@include('partials.navbar')

<main class="flex-1 h-full col-span-6 lg:col-span-5 lg:border-l lg:pl-5 dark:lg:border-white/10">
<main class="flex-1 h-full lg:border-l lg:pl-5 dark:lg:border-white/10 overflow-x-hidden">
<div class="pb-4">
<ul class="flex items-center space-x-0.5 text-sm font-medium text-gray-600 dark:text-gray-500">
@foreach(array_filter($breadcrumbs) as $breadcrumb)
Expand Down

0 comments on commit 65e03df

Please sign in to comment.