diff options
author | Indrajith K L | 2022-09-15 01:00:20 +0530 |
---|---|---|
committer | Indrajith K L | 2022-09-15 01:00:20 +0530 |
commit | 3405960d4b953fd9f7f61c25e0514397cf0976fd (patch) | |
tree | 3d91a5be18a1de42fb1ec3ed814efdf1291da329 /src/_includes/posts.njk | |
parent | a71d69b98e8029cba833a3eec51780b5101088d8 (diff) | |
download | indrajith-dev-3405960d4b953fd9f7f61c25e0514397cf0976fd.tar.gz indrajith-dev-3405960d4b953fd9f7f61c25e0514397cf0976fd.tar.bz2 indrajith-dev-3405960d4b953fd9f7f61c25e0514397cf0976fd.zip |
Style Fixes
Diffstat (limited to 'src/_includes/posts.njk')
-rw-r--r-- | src/_includes/posts.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_includes/posts.njk b/src/_includes/posts.njk index 6d57289..47cbbb6 100644 --- a/src/_includes/posts.njk +++ b/src/_includes/posts.njk @@ -5,7 +5,7 @@ </head> <body> {% include "./partials/header.njk" %} - <main class="container mx-auto max-w-5xl p-8 "> + <main class="container mx-auto max-w-5xl p-8"> <section class="w-full flex flex-col items-center px-3"> <article class="flex flex-col my-4"> <div class="flex flex-col justify-start p-6 "> |