diff --git a/styles/03-typography-helpers.css b/styles/03-typography-helpers.css index 6dfe5b3..7e71b23 100644 --- a/styles/03-typography-helpers.css +++ b/styles/03-typography-helpers.css @@ -19,6 +19,10 @@ } .sg-body { + margin: 0; +} + +.sg-body:not(:last-child) { margin: 0 0 var(--spacing-large) 0; }