Added option to justify an article and justified rbalu's article

This commit is contained in:
Asutosh Palai
2015-10-09 00:51:10 +05:30
parent ef7d5a5732
commit da0762148b
3 changed files with 11 additions and 1 deletions

View File

@ -19,7 +19,9 @@ layout: layout
{{ page.date | date: "%B %e, %Y" }}
</section>
{{ content }}
<section class="content{% if page.justify %} justify{% endif %}">
{{ content }}
</section>
</section>

View File

@ -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.
---

View File

@ -1,3 +1,6 @@
---
---
@charset "UTF-8";
// ============== MIXINS ============== //
@ -333,6 +336,10 @@ header {
max-width: 100%;
padding: 5px 0px;
}
.justify {
text-align: justify;
}
}
// ============== /POST ============== //