From f4014fb46c7df9c10ad6250646e949ca158d0cf3 Mon Sep 17 00:00:00 2001 From: Brian Rourke Boll Date: Tue, 18 Jun 2024 17:42:41 -0400 Subject: [PATCH] Align examples * Shrink the example heading font size a bit. * Align the example with the rest of the summary/details. --- docs/content/fsdocs-default.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/fsdocs-default.css b/docs/content/fsdocs-default.css index 825e598b..6e1f615e 100644 --- a/docs/content/fsdocs-default.css +++ b/docs/content/fsdocs-default.css @@ -1127,7 +1127,7 @@ span[onmouseout] { margin-bottom: var(--spacing-200); } - .fsdocs-returns, .fsdocs-params { + .fsdocs-returns, .fsdocs-params, .fsdocs-example-header, pre.fssnip.highlighted { margin: var(--spacing-200) 0 var(--spacing-200) var(--spacing-300); &:first-child { @@ -1147,6 +1147,10 @@ span[onmouseout] { margin: var(--spacing-200) 0; } + .fsdocs-example-header { + font-size: var(--font-200); + } + > div.fsdocs-summary { display: flex; flex-direction: row;