Fix nested list margins

This commit is contained in:
Cory LaViska
2020-12-23 15:56:58 -05:00
parent c5278a40f9
commit b888e3c4e6

View File

@@ -273,6 +273,10 @@ strong {
margin: 0 0 1rem 0;
}
.markdown-section ul ul {
margin-bottom: 0;
}
.docsify-pagination-container {
border-top-color: var(--sl-color-gray-200) !important;
}