feat: make about page centered, increase gaps on md>
This commit is contained in:
parent
3c3cf56b12
commit
564fd6a643
@ -7,14 +7,14 @@
|
|||||||
export let title;
|
export let title;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<article class="flex flex-wrap md:flex-nowrap gap-4 h-entry">
|
<div class="flex flex-wrap md:flex-nowrap gap-4 md:gap-8">
|
||||||
<Window {title}>
|
<Window {title} style="ml-auto">
|
||||||
<div class="prose prose-ralsei leading-6 prose-ul:leading-5 max-w-[80ch] e-content">
|
<div class="prose prose-ralsei leading-6 prose-ul:leading-5 max-w-[80ch]">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</Window>
|
</Window>
|
||||||
<div class="sticky flex flex-col gap-4 !leading-6 prose-ul:!leading-5">
|
<div class="sticky flex flex-col mr-auto gap-4 md:gap-8 !leading-6 prose-ul:!leading-5">
|
||||||
<Stuff/>
|
<Stuff/>
|
||||||
<Itches/>
|
<Itches/>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user