diff --git a/_layouts/post.html b/_layouts/post.html
index 5d4fe11..24eb9c0 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -19,7 +19,9 @@ layout: layout
{{ page.date | date: "%B %e, %Y" }}
- {{ content }}
+
diff --git a/_posts/2015-10-08-R-Balasubramaniam.md b/_posts/2015-10-08-R-Balasubramaniam.md
index 1c57976..ace34c5 100644
--- a/_posts/2015-10-08-R-Balasubramaniam.md
+++ b/_posts/2015-10-08-R-Balasubramaniam.md
@@ -4,6 +4,7 @@ title: "Interview with R. Balasubramaniam"
categories: [wona, column, cover]
tag: verbatim
image: rbalu.jpg
+justify: true
excerpt: Dr. Balu, a physician by qualification and a humanist by instincts has been an activist for more than three decades. His constructs of social movement to uplift the rural and tribal of our nation goes parallel with his academic accolades.
---
diff --git a/css/base.scss b/css/base.scss
index 4eaafb3..5be5a14 100644
--- a/css/base.scss
+++ b/css/base.scss
@@ -1,3 +1,6 @@
+---
+---
+
@charset "UTF-8";
// ============== MIXINS ============== //
@@ -333,6 +336,10 @@ header {
max-width: 100%;
padding: 5px 0px;
}
+
+ .justify {
+ text-align: justify;
+ }
}
// ============== /POST ============== //