Skip to content

Commit

Permalink
update header image height, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
nsteinme committed Jan 21, 2024
1 parent 527f510 commit 95a39b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="header__inner">
<a class="header__logo" href="{{ '/' | relative_url }}">
<!-- <h2 class="hero__title">{{ site.title | escape }}</h2> -->
<img src="{{ site.url }}{{ site.baseurl }}/assets/img/lablogo_horizontal2.png" height="100%">
<img src="{{ site.url }}{{ site.baseurl }}/assets/img/lablogo_horizontal2.png" style="height: 100%;">
<!-- <div class="header__logo--container">
{{ site.title }}
</div> -->
Expand Down

0 comments on commit 95a39b9

Please sign in to comment.