Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Add layer
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Mar 28, 2024
1 parent 7312473 commit 4dff930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/layout/container.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div {{ $attributes
->cssClass([
'base' => 'container mx-auto w-full max-w-4xl xl:max-w-5xl',
'padding' => 'px-6',
'layer' => 'container mx-auto w-full',
'base' => 'px-6 max-w-4xl xl:max-w-5xl',
])
->classMerge();
}}>
Expand Down

0 comments on commit 4dff930

Please sign in to comment.