mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 14:38:50 +02:00
refactor(v2): reduce top padding in doc content container (#4995)
This commit is contained in:
parent
ba65450571
commit
0e652730d4
2 changed files with 1 additions and 5 deletions
|
@ -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,
|
||||
|
|
|
@ -19,10 +19,6 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.docItemWrapper {
|
||||
padding-top: 0.5rem !important;
|
||||
}
|
||||
|
||||
@media (min-width: 997px) {
|
||||
.docMainContainer {
|
||||
flex-grow: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue