From d5ad8d2d3c91c8d73800b706356e75cd89e90b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 10:23:19 +0200 Subject: [PATCH] Set sg-body default bottom spacing to spacing-large --- styleguide.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styleguide.css b/styleguide.css index 5767bd1..446b551 100644 --- a/styleguide.css +++ b/styleguide.css @@ -382,6 +382,10 @@ section + section { font-weight: var(--font-weight-regular); } +.sg-body { + margin: 0 0 var(--spacing-large) 0; +} + .sg-strong, .sg-bar-label { font-size: var(--font-size-base);