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" }} {{ page.date | date: "%B %e, %Y" }}
</div> </div>
<div class="author"> <div class="author">
{{ page.author }} - {{ page.author }}
</div> </div>
</div> </div>
<div class="row body"> <div class="row body">

View File

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