From 664c20ce1939370d7a0d2c0bb46ece20fd054f59 Mon Sep 17 00:00:00 2001 From: Charles Teague Date: Thu, 13 Jul 2023 09:58:14 -0400 Subject: [PATCH] Extra padding just causes title and sidebar to be misaligned --- src/resources/formats/html/bootstrap/_bootstrap-rules.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/resources/formats/html/bootstrap/_bootstrap-rules.scss b/src/resources/formats/html/bootstrap/_bootstrap-rules.scss index c67d98a16b..f9926d0249 100644 --- a/src/resources/formats/html/bootstrap/_bootstrap-rules.scss +++ b/src/resources/formats/html/bootstrap/_bootstrap-rules.scss @@ -1023,13 +1023,6 @@ td code:not(.sourceCode) { padding-top: 1em; } -.sidebar.toc-left, -.sidebar.margin-sidebar { - & > * { - padding-top: 0.5em; - } -} - .sidebar.quarto-banner-title-block-sidebar { & > * { padding-top: 1.65em;