Skip to content

Commit

Permalink
Tweak more margins
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll committed Jun 3, 2024
1 parent c3ac1fa commit 37c2e3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/fsdocs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ span[onmouseout] {
}

.fsdocs-returns, .fsdocs-params {
margin: var(--spacing-200);
margin: var(--spacing-200) 0 var(--spacing-200) var(--spacing-300);

&:first-child {
margin-top: 0;
Expand All @@ -1145,6 +1145,7 @@ span[onmouseout] {
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
margin: 0 0 0 var(--spacing-300);

& p {
margin: 0;
Expand Down

0 comments on commit 37c2e3e

Please sign in to comment.