fix: Ghost logo size
This commit is contained in:
parent
2475031f88
commit
d2353e3c35
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
||||||
|
|
||||||
<img
|
<img
|
||||||
alt="ghost logo"
|
alt="ghost logo"
|
||||||
class={isAbsolute ? 'w-12 absolute top-0 left-0 -m-3 -mt-5' : 'w-10 mx-auto'}
|
class={isAbsolute ? 'w-12 absolute top-0 left-0 -m-3 -mt-5' : 'w-8 mx-auto'}
|
||||||
src="/ghost.png"
|
src="/ghost.png"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue