1
0
Fork 0

fixed tailwind purge, adjusted content areas

This commit is contained in:
Ava Gaiety Wroten 2021-04-26 21:07:06 -05:00
parent 0b51b1ecec
commit 6841f3fc3b
3 changed files with 6 additions and 6 deletions

View file

@ -18,11 +18,13 @@
<div class="absolute inset-0 bg-indigo-800" style="mix-blend-mode: multiply;" aria-hidden="true"></div>
</div>
<div class="relative max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8">
<h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl">Get in touch</h1>
<h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl">{{ title }}</h1>
<p class="mt-6 text-xl text-indigo-100 max-w-3xl">
{{ content | safe }}
{{ description }}
</p>
</div>
</div>
{{ content | safe }}
</body>
</html>

View file

@ -1,9 +1,7 @@
---
layout: default
title: Gaiety - Dog
title: Gaiety
description: Homepage for the fursona of Gaiety, the doggo.
---
# Gaiety
Sup

View file

@ -1,5 +1,5 @@
module.exports = {
purge: ['./src/*.njk'],
purge: ['./src/**/*.njk'],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},