From 1193c5f303555ba1115e2a0935730c95955ef68d Mon Sep 17 00:00:00 2001 From: rjzupkoii Date: Tue, 20 Feb 2024 17:50:37 -0500 Subject: [PATCH] Closes #820 with updated style --- _includes/author-profile.html | 80 +++++++++++++++++------------------ _sass/_utilities.scss | 5 +++ 2 files changed, 45 insertions(+), 40 deletions(-) diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 81e66b12c67a5..9571b4a788fed 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -25,130 +25,130 @@

{{ author.name }}

diff --git a/_sass/_utilities.scss b/_sass/_utilities.scss index c5d9f5ed84e5e..60ff9b7a9398e 100644 --- a/_sass/_utilities.scss +++ b/_sass/_utilities.scss @@ -187,6 +187,11 @@ body:hover .visually-hidden button { vertical-align: middle; } +/* Adjust this setting to control the space between an icon and text in the sidebar */ +.icon-pad-right { + padding-right: 0.5em; +} + /* social icons*/ .social-icons {