Skip to content

Commit

Permalink
chore(docs): update type docs style
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 22, 2024
1 parent 9f7ea5c commit fc89278
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/docs.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.tsd-panel > .tsd-signatures > .tsd-signature {
margin-top: 60px;
.tsd-panel:not(.tsd-member) > .tsd-signatures > .tsd-signature {
margin-top: 4rem;
}

.tsd-panel > .tsd-signatures > .tsd-signature:first-of-type {
margin-top: 40px;
.tsd-panel:not(.tsd-member) > .tsd-signatures > .tsd-signature:first-of-type {
margin-top: 2rem;
}

.tsd-signature {
Expand Down

0 comments on commit fc89278

Please sign in to comment.