Compare commits
4 Commits
8301f34a91
...
fa6c94153f
| Author | SHA1 | Date | |
|---|---|---|---|
| fa6c94153f | |||
| 31a9d21b71 | |||
| c3b6c4c547 | |||
| b65f4b91f2 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/public/build
|
||||
build/
|
||||
/.svelte-kit
|
||||
/package
|
||||
.env
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<aside class="absolute w-full h-full bg-gray-200 border-r-2 shadow-lg" class:open>
|
||||
<aside class="absolute w-full h-full bg-gray-200 border-r-2 shadow-lg z-10" class:open>
|
||||
<nav class="p-12 text-xl">
|
||||
<a class="block" href="/" on:click={close}>Home</a>
|
||||
<a class="block" href="/about" on:click={close}>About</a>
|
||||
|
||||
Reference in New Issue
Block a user