diff --git a/_layouts/post.html b/_layouts/post.html index 5d6583b..4b39de5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -20,6 +20,7 @@ layout: default
{{ site.author }}

{{ authorData.bio }}

{% for social in authorData.socials %} - {{ social.type }} + {{ social.type }} +
{% endfor %} diff --git a/authorblurb.css b/authorblurb.css index 8c2c5a6..fe0c284 100644 --- a/authorblurb.css +++ b/authorblurb.css @@ -1,9 +1,10 @@ .author-bio { width: 50%; - float: left; + float: right; border-radius: 12px; border-width: 3px; border-style: groove; border-color: #0066ff; - + padding-left: 4px; + margin-top: 5%; }