Skip to content

Commit

Permalink
fix: title image
Browse files Browse the repository at this point in the history
  • Loading branch information
anso33 committed Nov 2, 2023
1 parent 60d2280 commit a892a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/views/site-brand.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<img class="site-favicon" title="{{ site.title | escape }}" src="{{ site.favicon }}" onerror="this.style.display='none'">
<!-- {{ site.title | escape }} -->
<img style="position: relative; width: 200px;" src='/assets/images/banners/kernel360.png' alt='Kernel360 Crew Tech Blog' />

</div>
</a>

Expand All @@ -14,7 +15,6 @@
display: flex;
align-items: center;
padding: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.site-brand-inner {
Expand Down

0 comments on commit a892a8f

Please sign in to comment.