1
0
Fork 0

Limit width of text on larger screens

main
daviddgtnt 2025-01-23 15:37:07 -06:00
parent cc3e7ec095
commit a67f4b47cf
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
</ul>
</header>
<div class="flex p-16"></div>
<main class="min-h-[83.333333%]">
<main class="min-h-[83.333333%] max-w-5xl m-auto">
<h1 class="text-center font-mplus2 text-4xl p-5">{{page.title}}</h1>
<article class="mx-10 mb-10 text-black font-baskerville *:my-3 *:indent-8">
{{content}}

View File

@ -19,7 +19,7 @@
<h1 class="text-5xl text-white font-bevan p-10">Africa's greatest missionary</h1>
<h2 class="text-xl text-white font-baskerville"></h2>
</div>
<main class="min-h-[83.333333%]">
<main class="min-h-[83.333333%] max-w-5xl m-auto">
<article class="m-10 text-black font-baskerville *:my-3 *:indent-8">
{{content}}
</article>

View File

@ -16,7 +16,7 @@
</ul>
</header>
<div class="flex p-16"></div>
<main class="min-h-[83.333333%]">
<main class="min-h-[83.333333%] max-w-5xl m-auto">
<h1 class="text-center font-mplus2 text-4xl p-5">{{page.title}}</h1>
<article class="mx-10 mb-10 text-black font-baskerville *:my-3">
{{content}}

View File

@ -16,7 +16,7 @@
</ul>
</header>
<div class="flex p-16"></div>
<main class="inline-block min-h-[83.333333%]">
<main class="min-h-[83.333333%] max-w-5xl m-auto">
<h1 class="text-center font-mplus2 text-4xl p-5">{{page.title}}</h1>
<h3 class="text-center font-baskerville text-xl p-5">By {{page.author}}</h3>
<article class="mx-10 mb-10 text-black font-baskerville *:my-3 *:indent-8">