Skip to content

Commit

Permalink
Revert "Remove logo on mobile"
Browse files Browse the repository at this point in the history
This reverts commit abf4275.
  • Loading branch information
lpugin committed Dec 18, 2024
1 parent abf4275 commit 7611bf7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _includes/hero-body.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
<div>
<div class="columns wg-title">
<div class="column">
<h1>{{ site.title }}</h1>
<h1 class="is-hidden-mobile">{{ site.title }}</h1>
<h1 class="is-hidden-mobile">{{ site.wg_title }}</h1>

<img src="/images/logo.png" class="mb-3 is-hidden-tablet">
<h2 class="is-hidden-tablet">{{ site.wg_title }}</h2>
</div>
</div>
</div>
Expand Down

0 comments on commit 7611bf7

Please sign in to comment.