From f385f86d6a12edb44cb79a6e5a407ba8c7f82cf1 Mon Sep 17 00:00:00 2001 From: rv Date: Mon, 30 Oct 2023 23:17:43 -0600 Subject: [PATCH] 10-30-23_23:17:43 --- assets/authorblurb.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/assets/authorblurb.css b/assets/authorblurb.css index 747b9f2..c5df7af 100644 --- a/assets/authorblurb.css +++ b/assets/authorblurb.css @@ -1,10 +1,10 @@ .author-bio { width: 50%; float: right; - border-radius: 12px; + border-radius: 24px; border-width: 7px; border-style: groove; - border-color: #0066ff; + border-color: #00bbc4; padding-left: 4px; padding-bottom: 4px; margin-top: 5%; @@ -12,10 +12,18 @@ .author-bio img { float: right; - max-width: 96px; - max-height: 96px; + max-width: 128px; + max-height: 128px; } + +.author-bio .author-name { + padding-left: 2px; +} + +.author-bio .bio { + padding-left: 4px; +} .author-bio .social-link { padding-left: 8px; padding-bottom: 4px;