Removed margin top from second level categories

This commit is contained in:
Lucas Oliveira 2024-06-24 12:22:55 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 44e2611294

View file

@ -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;
}