From 8b6dc33b9ec3f137525b495a2704729e031284c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 16:47:30 +0200 Subject: [PATCH] Set options row top spacing override to spacing-large --- styleguide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styleguide.css b/styleguide.css index 66c4fca..976da82 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2057,7 +2057,7 @@ section + section { } .sg-card-list-page > .sg-options-row { - margin-top: var(--spacing-small); + margin-top: var(--spacing-large); } .sg-card-list-page > .sg-card-list-page__intro-card {