mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 23:54:25 +00:00
fix: remove top margin only from directly first element (#5240)
This commit is contained in:
parent
10ac9a6f2a
commit
0c73afd1b4
|
|
@ -5,7 +5,7 @@
|
|||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
.docItemContainer article *:first-child,
|
||||
.docItemContainer article > *:first-child,
|
||||
.docItemContainer header + * {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue