mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
feat(website): slight improvements to header
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<header class="header">
|
||||
<div class="container mx-auto flex items-center">
|
||||
<div class="header-logo">
|
||||
Logo goes here.
|
||||
</div>
|
||||
<header class="header bg-white sticky top-0">
|
||||
<div class="container mx-auto flex items-center py-5">
|
||||
<a href="/" class="flex items-center gap-x-2 w-100">
|
||||
<img src="icon-color.svg" alt="Trilium Notes Logo" class="w-10 h-10">
|
||||
<span class="text-xl">Trilium Notes</span>
|
||||
</a>
|
||||
|
||||
<div class="group w-full">
|
||||
<nav class="header-nav">
|
||||
|
||||
Reference in New Issue
Block a user