Set sg-body default bottom spacing to spacing-large

This commit is contained in:
2026-05-21 10:23:19 +02:00
parent 3902f4f22d
commit d5ad8d2d3c
+4
View File
@@ -382,6 +382,10 @@ section + section {
font-weight: var(--font-weight-regular); font-weight: var(--font-weight-regular);
} }
.sg-body {
margin: 0 0 var(--spacing-large) 0;
}
.sg-strong, .sg-strong,
.sg-bar-label { .sg-bar-label {
font-size: var(--font-size-base); font-size: var(--font-size-base);