From 9911f53ab037f917a146c9a1f6af8ab06172da03 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas <foodogsquared@foodogsquared.one> Date: Tue, 21 Feb 2023 12:07:01 +0800 Subject: [PATCH] Update table of contents spacing --- assets/scss/extend.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/scss/extend.scss b/assets/scss/extend.scss index 5678952..a0979d8 100644 --- a/assets/scss/extend.scss +++ b/assets/scss/extend.scss @@ -12,6 +12,11 @@ $tooltip-size: 5em color: var(--base05); } +// Hugo-specific blocks. +#TableOfContents { + > ul { margin-bottom: unset; } +} + // Base styles. hr { border-color: var(--content-color);