From 44e261129413872989a9214e4ed9290c0d86fb65 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Mon, 24 Jun 2024 12:22:55 -0300 Subject: [PATCH] Removed margin top from second level categories --- docs/src/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index ee3962703..68d901e07 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -240,3 +240,7 @@ body { .ch-scrollycoding-step-content { min-height: 70px; } + +.theme-doc-sidebar-item-category.theme-doc-sidebar-item-category-level-2.menu__list-item:not(:first-child) { + margin-top: 0.25rem!important; +} \ No newline at end of file