From 784f54eb7bd57074677321f49e85eb9f08e94cae Mon Sep 17 00:00:00 2001 From: Ashley Henry Date: Thu, 9 May 2024 10:32:40 -0400 Subject: [PATCH] posit icon adjustments These are weird - they don't play nicely with the bootstrap icons as far as sizing and also alignment. Should revisit at some point. Hoping that Quarto product adjustments may help with this. --- _extensions/posit-docs/theme.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_extensions/posit-docs/theme.scss b/_extensions/posit-docs/theme.scss index aebcc22..8eda108 100644 --- a/_extensions/posit-docs/theme.scss +++ b/_extensions/posit-docs/theme.scss @@ -139,8 +139,8 @@ body { } #footer-right-logo { - width: 26px; - min-width: 26px; + width: 24px; + min-width: 24px; margin-left: -3px !important; margin-right: -3px !important; padding-top: 1px; @@ -151,6 +151,7 @@ body { min-width: 18px; margin-left: -3px !important; margin-right: -3px !important; + padding-top: 1px; } .bi-question-circle-fill {