Skip to content

Commit 37c2e3e

Browse files
Tweak more margins
1 parent c3ac1fa commit 37c2e3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/fsdocs-default.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ span[onmouseout] {
11211121
}
11221122

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

11261126
&:first-child {
11271127
margin-top: 0;
@@ -1145,6 +1145,7 @@ span[onmouseout] {
11451145
flex-direction: row;
11461146
justify-content: space-between;
11471147
align-items: flex-start;
1148+
margin: 0 0 0 var(--spacing-300);
11481149

11491150
& p {
11501151
margin: 0;

0 commit comments

Comments
 (0)