Skip to content

Commit

Permalink
fix: remove top margin only from directly first element
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Jul 29, 2021
1 parent fc64c12 commit 54a4d9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 54a4d9e

Please sign in to comment.