Style modifications in docusaurus docs to fix #3329 (#3365)

* Decreased padding for dropdown menu items

* Removed style code for dropdown items
This commit is contained in:
leoshrey 2020-11-29 20:55:58 +05:30 committed by GitHub
parent 2872ceeb7a
commit e08356598a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,18 +32,6 @@
--ifm-code-color: var(--ifm-color-primary-light);
}
/******* SIDE BAR STYLES *******/
.menu__link--sublist {
margin-top: 10px;
padding-bottom: 25px;
padding-top: 25px;
}
/******* MARKDOWN STYLES *******/
.alert {
@ -96,4 +84,4 @@
code {
color: var(--ifm-code-color);
}
}