Skip to content

Commit

Permalink
docs styling page
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi-best committed Dec 4, 2024
1 parent d3b071a commit 1d40166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/pages/docs/page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<Router {url}>
<main
class="relative flex flex-col gap-y-5 w-full md:items-start md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 lg:grid-cols-[280px_minmax(0,1fr)] lg:gap-10 md:min-h-[80vh]"
class="relative p-10 flex flex-col gap-y-5 w-full md:items-start md:grid md:grid-cols-[220px_minmax(0,1fr)] md:gap-6 lg:grid-cols-[280px_minmax(0,1fr)] lg:gap-10 md:min-h-[80vh]"
>
<aside class="md:sticky top-0 z-30 h-full w-full shrink-0">
<button on:click={() => (state = '')} class="mb-3 p-2 text-xl">
Expand Down

0 comments on commit 1d40166

Please sign in to comment.