mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-21 13:06:58 +02:00
fix(v2): adjust first-level heading offset (#2005)
This commit is contained in:
parent
6204d9a9ec
commit
dda10beea6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ body {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top: var(--ifm-navbar-height);
|
|
||||||
transition: var(--ifm-transition-fast) ease color;
|
transition: var(--ifm-transition-fast) ease color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,4 +23,5 @@ body > div {
|
||||||
|
|
||||||
.main-wrapper {
|
.main-wrapper {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
margin-top: var(--ifm-navbar-height);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue