Skip to content

Commit

Permalink
Merge pull request #1265 from hydephp/documentation-article-bugfix
Browse files Browse the repository at this point in the history
Bugfix: Fix missing `justify-between` class on the documentation article header hydephp/develop@74fe7f8
  • Loading branch information
github-actions committed Mar 13, 2023
1 parent a99a592 commit 4bea669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'torchlight-enabled' => $document->hasTorchlight()])>
@yield('content')

<header id="document-header" class="flex items-center flex-wrap prose-h1:mb-3">
<header id="document-header" class="flex items-center flex-wrap justify-between prose-h1:mb-3">
{{ $document->renderHeader() }}
</header>
<section id="document-main-content" itemprop="articleBody">
Expand Down

0 comments on commit 4bea669

Please sign in to comment.