chore: make index page container wider (#30)

* chore: enable footer by default

* chore: make index container wider
This commit is contained in:
Xin
2023-09-03 11:12:53 -04:00
committed by GitHub
parent 171399889d
commit 4381f31085
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{{ define "main" }}
<div class="mx-auto flex max-w-screen-xl">
<div class="mx-auto flex max-w-[90rem]">
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true) }}
{{ partial "toc.html" . }}
<article class="w-full break-words flex min-h-[calc(100vh-var(--navbar-height))] min-w-0 justify-center pb-8 pr-[calc(env(safe-area-inset-right)-1.5rem)]">