simplify styling

This commit is contained in:
vcoppe
2026-03-29 20:21:52 +02:00
parent d5f1fe1c7b
commit 7b17900160
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
@apply text-foreground; @apply text-foreground;
@apply text-3xl; @apply text-3xl;
@apply font-semibold; @apply font-semibold;
@apply mb-3 pt-6; @apply mb-3;
} }
:global(.markdown h2) { :global(.markdown h2) {

View File

@@ -18,9 +18,9 @@
} = $props(); } = $props();
</script> </script>
<div class="grow flex flex-col items-center px-12 pt-6 pb-12"> <div class="grow flex flex-col items-center p-12">
<div class="max-w-5xl flex flex-row gap-24"> <div class="max-w-5xl flex flex-row gap-24">
<div class="hidden md:flex flex-col gap-2 w-40 sticky top-[108px] self-start shrink-0"> <div class="hidden md:flex flex-col gap-2 w-40 sticky top-26 self-start shrink-0">
<div class="mb-2"> <div class="mb-2">
<AlgoliaDocSearch /> <AlgoliaDocSearch />
</div> </div>