From 3d314a82a2d09313a5182ea671c20138963384b9 Mon Sep 17 00:00:00 2001 From: rv Date: Mon, 30 Oct 2023 23:32:37 -0600 Subject: [PATCH] 10-30-23_23:32:37 --- assets/authorblurb.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/assets/authorblurb.css b/assets/authorblurb.css index cffcbc3..1967dd5 100644 --- a/assets/authorblurb.css +++ b/assets/authorblurb.css @@ -8,7 +8,7 @@ padding-left: 4px; padding-bottom: 4px; margin-top: 5%; - background-color: rgba(211, 135, 0, 0.8); + background-color: rgba(0, 187, 196, 0.4); } .author-bio img { @@ -19,17 +19,18 @@ .author-bio .author-name { - padding-left: 2px; + padding-top: 4px; + padding-left: 4px; } .author-bio .bio { - padding-left: 4px; - border-radius: 36px; + padding-left: 8px; + border-radius: 12px; border-width: 4px; border-style: groove; border-color: #00bbc4; } .author-bio .social-link { - padding-left: 8px; + padding-left: 12px; padding-bottom: 4px; }