Skip to content

Commit

Permalink
Update header
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 24, 2024
1 parent c635502 commit 6f1cbe3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/framework/resources/views/pages/authors.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
@endphp

<main id="content" class="mx-auto max-w-7xl py-16 px-8">
<h1 class="text-3xl font-bold mb-8 text-center text-gray-900 dark:text-white">Our Authors</h1>
<header class="mb-8">
<h1 class="text-center text-3xl font-bold">Our Authors</h1>
</header>

<div class="flex flex-wrap justify-center gap-8">
@foreach($authors as $author)
Expand Down

0 comments on commit 6f1cbe3

Please sign in to comment.