branding
This commit is contained in:
parent
2e98fa7f2d
commit
dd235e4c61
Binary file not shown.
@ -1,15 +1,13 @@
|
|||||||
<div id="navbar" class="h-14 border-b border-zinc-200 dark:border-neutral-700 transition-colors">
|
<div id="navbar" class="h-14 border-b border-zinc-200 dark:border-zinc-700 transition-colors">
|
||||||
<div
|
<div
|
||||||
id="navbar-content"
|
id="navbar-content"
|
||||||
class="h-full px-4 6xl:px-0 max-w-6xl mx-auto flex items-center justify-between content-center whitespace-nowrap"
|
class="h-full px-4 6xl:px-0 max-w-6xl mx-auto flex items-center justify-between content-center whitespace-nowrap"
|
||||||
>
|
>
|
||||||
<div id="navbar-left" class="flex gap-8">
|
<div id="navbar-left" class="flex gap-6">
|
||||||
<a href="/" class="self-center h-full pb-0.5">
|
<a href="/" class="self-center h-full pb-0.5">
|
||||||
<span id="name" class="self-center font-extrabold text-lg dark:text-white"
|
<span id="name" class="self-center font-bold text-lg dark:text-white">Noteshare.space</span>
|
||||||
>[[Obsidian Note Sharing]]</span
|
|
||||||
>
|
|
||||||
</a>
|
</a>
|
||||||
<ul class="flex gap-5 content-center">
|
<ul class="flex gap-2 content-center">
|
||||||
<slot name="left" />
|
<slot name="left" />
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user