diff options
author | Indrajith K L | 2022-11-20 04:59:39 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-20 04:59:39 +0530 |
commit | ff11d9e237e51a5eb40690e44f690108ac7175b7 (patch) | |
tree | a6db124e19c9f3ae5dfffe3bc1e8d4028e8225ce /src/_includes/intro.njk | |
parent | 143915cc03764082fd97d484fd3c0f3b7c018c89 (diff) | |
download | indrajith-dev-feature/remove-tailwind.tar.gz indrajith-dev-feature/remove-tailwind.tar.bz2 indrajith-dev-feature/remove-tailwind.zip |
Website Updatefeature/remove-tailwind
* Full Rewrite
* Removed Tailwind CSS
* Stripdowned to barebone css
Diffstat (limited to 'src/_includes/intro.njk')
-rw-r--r-- | src/_includes/intro.njk | 5 |
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> |