Modifies design of authors

This commit is contained in:
Ketan Gupta
2017-02-01 20:50:54 +05:30
parent 16849fe42b
commit 5d7c8b4095
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ layout: layout
{{ page.date | date: "%B %e, %Y" }}
</div>
<div class="author">
{{ page.author }}
- {{ page.author }}
</div>
</div>
<div class="row body">

View File

@ -671,8 +671,8 @@ blockquote {
}
.author {
font-size: 16px;
color: #333333;
font-size: 14px;
color: #8b8b8b;
margin-bottom: -25px;
}
}