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 {