Skip to content

Commit

Permalink
Website Docs Visual Separation (#1402)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayank <[email protected]>
  • Loading branch information
marashad001 and mayank99 authored Jul 20, 2023
1 parent 0179afa commit f0379c0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/website/src/pages/docs/_layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ const currentPage = new URL(Astro.request.url).pathname;
grid-area: h1;
}

:global(h2) {
border-block-start: 1px solid var(--color-line-2);
padding-block-start: var(--space-8);
}

> :global(.toc-wrapper) {
grid-area: toc;
padding-inline: var(--space-3);
Expand Down

0 comments on commit f0379c0

Please sign in to comment.