fix: remove top margin only from directly first element (#5240)

This commit is contained in:
Alexey Pyltsyn 2021-08-11 09:47:05 +03:00 committed by GitHub
parent 10ac9a6f2a
commit 0c73afd1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}