From 1e53f2980de196d4b96682536052d35b7b855d37 Mon Sep 17 00:00:00 2001 From: Daniela Rus Morales Date: Tue, 20 Feb 2024 14:50:33 +0100 Subject: [PATCH] Style captions in the left sidebar Index --- scss/components/_toc.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/scss/components/_toc.scss b/scss/components/_toc.scss index 5f0fa5b..ccdebc8 100644 --- a/scss/components/_toc.scss +++ b/scss/components/_toc.scss @@ -107,12 +107,10 @@ text-transform: uppercase; } -// .nftt-sidebar-content { -// display: flex; -// flex-direction: column; -// width: 100%; -// height: 100%; -// } +.nftt-sidebar-content .caption-text { + padding: 0px 16px; + font-size: 1rem; + } .nftt-sidebar .toc { @include media-breakpoint-up(lg) {