add stuff
This commit is contained in:
parent
ee20f634ff
commit
8f07dd5965
Binary file not shown.
@ -4,7 +4,23 @@
|
|||||||
import '../app.css';
|
import '../app.css';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="container mx-auto max-w-2xl mx-auto mt-6 px-4">
|
<div id="navbar" class="h-14 border-b border-neutral-200">
|
||||||
|
<div
|
||||||
|
id="navbar-content"
|
||||||
|
class="h-full max-w-6xl mx-auto flex items-center justify-between content-center"
|
||||||
|
>
|
||||||
|
<div id="navbar-left" class="flex gap-8 flex">
|
||||||
|
<span id="name" class="font-extrabold text-lg">[Obsidian Note Sharing]</span>
|
||||||
|
<ul class="flex gap-5 content-center">
|
||||||
|
<li class="hidden lg:block self-center">Install</li>
|
||||||
|
<li class="hidden lg:block self-center">About</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navbar-right">test</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container mx-auto max-w-2xl mx-auto mt-6 px-4 2xl:px-0">
|
||||||
<slot />
|
<slot />
|
||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
darkMode: 'class',
|
||||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {}
|
extend: {}
|
||||||
},
|
}
|
||||||
plugins: []
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user