Skip to content

Commit

Permalink
Tweak doc paragraph margins
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll committed Jun 3, 2024
1 parent ddeea69 commit c3ac1fa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/content/fsdocs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,11 @@ span[onmouseout] {
justify-content: space-between;
align-items: flex-start;

& p.fsdocs-summary {
margin: 0;
flex-grow: 1;
}

& pre {
margin-bottom: var(--spacing-200);
padding: var(--spacing-50);
Expand Down Expand Up @@ -1131,11 +1136,19 @@ span[onmouseout] {
font-weight: 500;
}

.fsdocs-param-docs p {
margin: var(--spacing-200) 0;
}

> div.fsdocs-summary {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;

& p {
margin: 0;
}
}
}
}
Expand Down

0 comments on commit c3ac1fa

Please sign in to comment.