Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
susickypavel committed Oct 5, 2024
1 parent 45cd5bf commit 785f1f1
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 29 deletions.
2 changes: 1 addition & 1 deletion apps/cloudflare
2 changes: 1 addition & 1 deletion apps/web/src/layouts/base-layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const {
<a class="w-[calc(100%-theme(padding.xl))] -translate-x-1/2 -translate-y-1/2 offscreen focus-visible:left-1/2 focus-visible:top-1/2 sm:w-auto lg:w-auto" data-btn="primary" href="#main">Skip to content</a>
<SpritesheetCommon />
<slot name="body_start" />
<main class:list={["pt-[5rem] lg:pb-[5rem]", classNames.main]} id="main">
<main class:list={["pt-[5rem]", classNames.main]} id="main">
<slot />
</main>
<Footer />
Expand Down
121 changes: 94 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 785f1f1

Please sign in to comment.