From b39b29b547c9a9763039a87e455695756dddd7e2 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 9d495c895ffa4..fa9dafbba6bbd 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -25,16 +25,16 @@

{{ 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 {