From a104f475550d26a00a137a36809c1ac68aac45e8 Mon Sep 17 00:00:00 2001 From: Nate B Date: Sun, 15 Nov 2020 05:40:45 -0700 Subject: [PATCH] 11-15-20_05:40:44 --- _layouts/post.html | 3 ++- authorblurb.css | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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%; }