fixed font link for subpages; reduced width of devlog posts; reduced height of banner; removed old banner
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script>
|
||||
import BannerTitleAlt from "$lib/banner-title-alt.svelte";
|
||||
import ContentSidebar from "$lib/content-sidebar.svelte";
|
||||
import Content from "$lib/content.svelte";
|
||||
import TableOfContents from "$lib/table-of-contents.svelte";
|
||||
|
||||
export let data;
|
||||
@@ -19,12 +19,12 @@
|
||||
bannerAlt="{data.bannerAlt}"
|
||||
/>
|
||||
|
||||
<ContentSidebar>
|
||||
<Content useContentWidth>
|
||||
|
||||
<TableOfContents slot="side-left" />
|
||||
<TableOfContents disableStickyScrolling />
|
||||
|
||||
<div slot="main">
|
||||
<svelte:component this={data.content} />
|
||||
</div>
|
||||
<!-- <div slot="main"> -->
|
||||
<svelte:component this={data.content} />
|
||||
<!-- </div> -->
|
||||
|
||||
</ContentSidebar>
|
||||
</Content>
|
||||
Reference in New Issue
Block a user