Compare commits

..

No commits in common. "main" and "jakehamilton/feat/hero-links" have entirely different histories.

View file

@ -17,20 +17,15 @@
</ul> </ul>
</nav> </nav>
</div> </div>
<div class="Layout-docs-content w-[700px] max-w-[700px] text-xl">{@render children?.()}</div> <div class="Layout-docs-content w-[700px] max-w-[700px]">{@render children?.()}</div>
<div class="grow"></div> <div class="grow"></div>
</div> </div>
<style> <style>
:global(.Layout-docs-content p:not(.no-docs-style)) { :global(.Layout-docs-content p:not(.no-docs-style)) {
@apply tracking-tight mb-1; @apply text-xl tracking-tight mb-1;
} }
:global(.Layout-docs-content h1:not(.no-docs-style)) { :global(.Layout-docs-content h1:not(.no-docs-style)) {
@apply text-4xl lg:text-5xl my-4 text-center underline underline-offset-8 decoration-teal-800 font-aladin text-teal-950; @apply text-center underline underline-offset-8 decoration-teal-700 font-aladin text-teal-950;
}
:global(.Layout-docs-content h2:not(.no-docs-style)) {
@apply text-teal-600 text-2xl font-semibold my-1;
} }
</style> </style>