chore: use max-w-screen-xl for content and footer

This commit is contained in:
Xin
2023-08-20 23:02:57 +01:00
parent b6f40d6114
commit 5f6b31310f
5 changed files with 6 additions and 6 deletions

View File

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