Skip to content

Commit

Permalink
add the same paddings as the header has
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorodriguesroque committed Nov 4, 2024
1 parent 3752297 commit 25b0f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function updateTheme() {

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

<div class="flex mx-auto py-5 lg:space-x-10 h-full 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 lg:border-l lg:pl-5 dark:lg:border-white/10 overflow-x-hidden">
Expand Down

0 comments on commit 25b0f1a

Please sign in to comment.