mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 06:50:36 +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
|
<div
|
||||||
className={clsx(
|
className={clsx(
|
||||||
'container padding-vert--lg',
|
'container padding-top--md padding-bottom--lg',
|
||||||
styles.docItemWrapper,
|
styles.docItemWrapper,
|
||||||
{
|
{
|
||||||
[styles.docItemWrapperEnhanced]: hiddenSidebarContainer,
|
[styles.docItemWrapperEnhanced]: hiddenSidebarContainer,
|
||||||
|
|
|
@ -19,10 +19,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.docItemWrapper {
|
|
||||||
padding-top: 0.5rem !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 997px) {
|
@media (min-width: 997px) {
|
||||||
.docMainContainer {
|
.docMainContainer {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue