Skip to content

Commit

Permalink
fix(v2): adjust margin after content title (#4900)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Jun 3, 2021
1 parent 0cfdda8 commit f10304d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
padding: 0 0.5rem;
}

.docItemContainer header + * {
margin-top: 0;
}

.docUpdateDetails,
.docPaginator {
margin-top: 3rem;
Expand Down

0 comments on commit f10304d

Please sign in to comment.