fixed tailwind purge, adjusted content areas
This commit is contained in:
parent
0b51b1ecec
commit
6841f3fc3b
3 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: Gaiety - Dog
|
||||
title: Gaiety
|
||||
description: Homepage for the fursona of Gaiety, the doggo.
|
||||
---
|
||||
|
||||
# Gaiety
|
||||
|
||||
Sup
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
purge: ['./src/*.njk'],
|
||||
purge: ['./src/**/*.njk'],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {},
|
||||
|
|
Loading…
Add table
Reference in a new issue