Skip to content

Commit f4014fb

Browse files
Align examples
* Shrink the example heading font size a bit. * Align the example with the rest of the summary/details.
1 parent 4140311 commit f4014fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/content/fsdocs-default.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ span[onmouseout] {
11271127
margin-bottom: var(--spacing-200);
11281128
}
11291129

1130-
.fsdocs-returns, .fsdocs-params {
1130+
.fsdocs-returns, .fsdocs-params, .fsdocs-example-header, pre.fssnip.highlighted {
11311131
margin: var(--spacing-200) 0 var(--spacing-200) var(--spacing-300);
11321132

11331133
&:first-child {
@@ -1147,6 +1147,10 @@ span[onmouseout] {
11471147
margin: var(--spacing-200) 0;
11481148
}
11491149

1150+
.fsdocs-example-header {
1151+
font-size: var(--font-200);
1152+
}
1153+
11501154
> div.fsdocs-summary {
11511155
display: flex;
11521156
flex-direction: row;

0 commit comments

Comments
 (0)