mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 21:07:46 +00:00
Update table-of-contents.svelte
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
export let toc: Array<TocItem> = [];
|
export let toc: Array<TocItem> = [];
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<nav class="sticky top-32 col-span-3 -ml-4 hidden h-[600px] lg:block">
|
<nav class="sticky top-32 col-span-3 -ml-4 hidden h-[800px] lg:block">
|
||||||
<span class="text-micro tracking-loose text-primary pl-8 uppercase">Table of Contents</span>
|
<span class="text-micro tracking-loose text-primary pl-8 uppercase">Table of Contents</span>
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<ul
|
<ul
|
||||||
|
|||||||
Reference in New Issue
Block a user