aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--src/index.njk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 11723d5..a81d57b 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
"tailwind:build": "npx postcss src/css/styles.css --o src/_includes/assets/css/styles.css",
"serve": "eleventy --serve",
"start": "concurrently \"npm run tailwind:process\" \"npm run serve\"",
- "build": "npm run tailwind:build && eleventy"
+ "build": "eleventy && npm run tailwind:build"
},
"keywords": [],
"author": "",
diff --git a/src/index.njk b/src/index.njk
index 27518ee..4aac433 100644
--- a/src/index.njk
+++ b/src/index.njk
@@ -3,7 +3,7 @@ layout: intro.njk
title: "Hello Friend!! My name is Indrajith K L."
---
<div class="flex w-full">
- <div class="bg-yellow-500 text-md md:text-xl text-black font-supply-regular shadow-[5px_5px_0px_0px_rgba(0,0,0,255)] p-3 mt-10 ml-5 mr-5 md:p-10">
+ <div class="bg-yellow-500 text-md md:text-xl text-black font-supply-regular shadow-[5px_5px_0px_0px_rgba(0,0,0,255)] p-3 mt-10 ml-5 mr-5 md:p-10 md:ml-0 md:mr-0">
<p class="text-lg md:text-2xl font-bold">{{title}}</p>
<p class="mt-3 text-justify">
I'm a web developer, hobbyist game developer from Kerala, India working as a front-end developer.