Skip to content

Commit

Permalink
Reduce post detail width.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cintra committed Jun 4, 2024
1 parent f208982 commit d0c94c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/modules/Blog/views/post-show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@section('content')
<div class="bg-white py-24 sm:py-32">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-3xl px-6 lg:px-8">

<article>

Expand Down

0 comments on commit d0c94c6

Please sign in to comment.