From 34302031917d35dd78545a984f3c96cc0dce4efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 15:55:44 +0200 Subject: [PATCH] Add spacing-large bottom gap to full-width text layout pattern --- styleguide.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styleguide.css b/styleguide.css index 9b8d42f..e6767ec 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2152,6 +2152,7 @@ section + section { .sg-text-layout-pattern__sample--full-width { width: 100%; + margin-bottom: var(--spacing-large); } .sg-text-layout-pattern__sample--sixty-width {