aboutsummaryrefslogtreecommitdiff
path: root/src/_includes/intro.njk
diff options
context:
space:
mode:
authorIndrajith K L2022-11-20 04:59:39 +0530
committerIndrajith K L2022-11-20 04:59:39 +0530
commitff11d9e237e51a5eb40690e44f690108ac7175b7 (patch)
treea6db124e19c9f3ae5dfffe3bc1e8d4028e8225ce /src/_includes/intro.njk
parent143915cc03764082fd97d484fd3c0f3b7c018c89 (diff)
downloadindrajith-dev-feature/remove-tailwind.tar.gz
indrajith-dev-feature/remove-tailwind.tar.bz2
indrajith-dev-feature/remove-tailwind.zip
* Full Rewrite * Removed Tailwind CSS * Stripdowned to barebone css
Diffstat (limited to 'src/_includes/intro.njk')
-rw-r--r--src/_includes/intro.njk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/_includes/intro.njk b/src/_includes/intro.njk
index 5112d97..456c68a 100644
--- a/src/_includes/intro.njk
+++ b/src/_includes/intro.njk
@@ -3,9 +3,10 @@
<head>
{% include "./partials/head.njk" %}
</head>
-<body class="flex h-screen flex-col bg-main-cream-white-2">
+<body>
{% include "./partials/header.njk" %}
- <main class="container mx-auto">
+ <hr>
+ <main>
<article >
{{content | safe}}
</article>