Skip to content

Commit

Permalink
fix: app logo horizontal align
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Apr 4, 2022
1 parent 488bda0 commit 24f510b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ onKeyboardShortcut(['ctrl+shift+d', 'meta+shift+d'], (event) => {
<a
:href="histoireConfig.theme?.logoHref"
target="_blank"
class="htw-w-full htw-h-full htw-flex htw-items-center htw-justify-center"
class="htw-w-full htw-h-full htw-flex htw-items-center"
>
<AppLogo
class="htw-max-w-full htw-max-h-full"
Expand Down

0 comments on commit 24f510b

Please sign in to comment.