Skip to content

Commit

Permalink
fix: removed top padding #1499
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Fedorov committed Apr 2, 2024
1 parent 14176ed commit 67173c6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ markdown {
display: none;
}

& > :nth-child(3) {
margin-top: 0;
}

> * {
margin-left: 1.25rem;
}
Expand Down

0 comments on commit 67173c6

Please sign in to comment.