Skip to content

Commit

Permalink
Update navigation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
brunochanrio authored May 7, 2024
1 parent 1469b87 commit 495ba11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class=md-flex>
<div class="md-flex__cell md-flex__cell--shrink">
<a class="md-header-nav__button md-logo" href="{{ site.url }}" title="{{ site.title }}">
{% if site.logo %}<img height="{{ site.logo_pixels }}" src="{{ site.baseurl }}/{{ site.logo }}" width="{{ site.logo_pixels }}">{% else %}<i class="md-icon" style="margin-top:5px"></i>{% endif %}</a>
{% if site.logo %}<img height="34" src="{{ site.baseurl }}/{{ site.logo }}">{% else %}<i class="md-icon" style="margin-top:5px"></i>{% endif %}</a>
</div>
<div class="md-flex__cell md-flex__cell--shrink">
<label class="md-icon md-icon--menu md-header-nav__button" for=__drawer></label>
Expand Down

0 comments on commit 495ba11

Please sign in to comment.