Make the author image larger and scale with CSS

This commit is contained in:
Oliver Davies 2016-03-30 12:11:05 +01:00
parent c00b400fbc
commit 8e474b7fab
4 changed files with 5 additions and 2 deletions

View file

@ -34,7 +34,7 @@
<div class="about-author">
<h2>About the Author</h2>
<img src="{{ site.gravatar.url }}?s=50" alt="Picture of Oliver" class="img-circle">
<img src="{{ site.gravatar.url }}?s=100" alt="Picture of Oliver" class="img-circle">
<p>{{ site.author.bio|raw }}</p>
</div>