fix(ui): fix lopsided logo

Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2021-08-17 03:01:29 +05:30
parent 8b7c362611
commit 2a8ee4cd1e
No known key found for this signature in database
GPG Key ID: ED5C54FBBB920E51

View File

@ -15,7 +15,7 @@
<header class="flex w-full justify-between items-center py-3 px-6"> <header class="flex w-full justify-between items-center py-3 px-6">
<a href="<%= Routes.page_path(@conn, :index) %>"> <a href="<%= Routes.page_path(@conn, :index) %>">
<span class="font-semibold text-xl tracking-tight"> <span class="font-semibold text-xl tracking-tight">
<span class="text-amber">&lt;Kat</span>bin/&gt; <span class="text-amber text-xl">&lt;Kat</span>bin/&gt;
</span> </span>
</a> </a>