Skip to content

Commit

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

0 comments on commit 76e2890

Please sign in to comment.