Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/_layouts/default.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
</header>

<div class="relative flex h-full flex-col px-4 pt-14 sm:px-6 lg:px-8">
<div class="relative flex h-full flex-col px-4 pt-14 sm:px-6 lg:px-8 lg:pr-72">
<main class="flex-auto">
<article class="flex h-full flex-col pb-10 pt-16">
<div class="flex-auto [html_:where(&>*)]:mx-auto [html_:where(&>*)]:max-w-2xl [html_:where(&>*)]:lg:mx-[calc(50%-min(50%,theme(maxWidth.lg)))] [html_:where(&>*)]:lg:max-w-3xl">
Expand All @@ -32,7 +32,7 @@
</div>
</article>
</main>
<div class="hidden md:block sidebar text-xs fixed top-24 right-6 w-fit max-w-60 h-fit"></div>
<div class="hidden lg:block sidebar text-xs fixed top-24 right-6 w-60 h-fit"></div>
<%= render "footer", locals: { metadata: site.metadata } %>
</div>
</div>
Expand Down