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

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