mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 02:12:12 +00:00
Fix: Display logo openly without frame or cropping
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
<header class="w-full flex items-center justify-between">
|
||||
<div class="flex items-center gap-3">
|
||||
<img src="examples/cat1.webp" alt="vibegif logo" class="w-12 h-12 rounded-xl object-cover border border-neutral-100 shadow-sm">
|
||||
<img src="examples/cat1.webp" alt="vibegif logo" class="h-14 w-auto block">
|
||||
<h1 class="text-4xl tracking-tight">vibegif<span class="text-neutral-400">.lol</span></h1>
|
||||
</div>
|
||||
<button id="btn-settings" class="p-2 rounded-lg hover:bg-neutral-100 transition" title="Settings">
|
||||
|
||||
Reference in New Issue
Block a user