Fix margin of the logo

This commit is contained in:
2024-04-13 21:17:21 +00:00
parent e45211aa7a
commit c59459f1f0
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<div class="header__title">
<div class="header__brand">
<!--{%- include svg/logo.svg -%}-->
<img src="/assets/favicon-32x32.png">
<img src="{{ site.fakebaseurl }}/assets/favicon-32x32.png" style="margin-right: 5px;">
{%- assign _paths_root = site.paths.root | default: site.data.variables.default.paths.root -%}
{%- include snippets/get-nav-url.html path=_paths_root -%}
{%- if site.title -%}