Skip to content

Commit

Permalink
remove d-none class so compact logo appears in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-c committed Nov 21, 2023
1 parent d856d02 commit 486509b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/navbar.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<span class="sr-only">{{#str}}sidepanel, core{{/str}}</span>
</button>
-->
<a href="{{{ config.homeurl }}}" class="navbar-brand d-none d-md-flex align-items-center m-0 mr-4 p-0 aabtn">
<a href="{{{ config.homeurl }}}" class="navbar-brand d-md-flex align-items-center m-0 mr-4 p-0 aabtn">

{{# output.should_display_navbar_logo }}
<img src="{{output.get_compact_logo_url}}" class="logo mr-1" alt="{{sitename}}">
Expand Down

0 comments on commit 486509b

Please sign in to comment.