refactor(v2): reduce top padding in doc content container (#4995)

This commit is contained in:
Alexey Pyltsyn 2021-06-18 13:21:45 +03:00 committed by GitHub
parent ba65450571
commit 0e652730d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -144,7 +144,7 @@ function DocPageContent({
})}>
<div
className={clsx(
'container padding-vert--lg',
'container padding-top--md padding-bottom--lg',
styles.docItemWrapper,
{
[styles.docItemWrapperEnhanced]: hiddenSidebarContainer,

View file

@ -19,10 +19,6 @@
width: 100%;
}
.docItemWrapper {
padding-top: 0.5rem !important;
}
@media (min-width: 997px) {
.docMainContainer {
flex-grow: 1;