Limit width of text on larger screens
parent
cc3e7ec095
commit
a67f4b47cf
|
@ -16,7 +16,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</header>
|
</header>
|
||||||
<div class="flex p-16"></div>
|
<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>
|
<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">
|
<article class="mx-10 mb-10 text-black font-baskerville *:my-3 *:indent-8">
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<h1 class="text-5xl text-white font-bevan p-10">Africa's greatest missionary</h1>
|
<h1 class="text-5xl text-white font-bevan p-10">Africa's greatest missionary</h1>
|
||||||
<h2 class="text-xl text-white font-baskerville"></h2>
|
<h2 class="text-xl text-white font-baskerville"></h2>
|
||||||
</div>
|
</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">
|
<article class="m-10 text-black font-baskerville *:my-3 *:indent-8">
|
||||||
{{content}}
|
{{content}}
|
||||||
</article>
|
</article>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</header>
|
</header>
|
||||||
<div class="flex p-16"></div>
|
<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>
|
<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">
|
<article class="mx-10 mb-10 text-black font-baskerville *:my-3">
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</header>
|
</header>
|
||||||
<div class="flex p-16"></div>
|
<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>
|
<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>
|
<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">
|
<article class="mx-10 mb-10 text-black font-baskerville *:my-3 *:indent-8">
|
||||||
|
|
Loading…
Reference in New Issue