diff --git a/packages/web/src/scss/components/Grid/README.md b/packages/web/src/scss/components/Grid/README.md index 12c7f7e02c..05809ddb1a 100644 --- a/packages/web/src/scss/components/Grid/README.md +++ b/packages/web/src/scss/components/Grid/README.md @@ -80,12 +80,12 @@ the consistency between the spacing and the design tokens. If you need to set custom spacing from a specific breakpoint, use the `--grid-spacing-y-{breakpoint}` or the `--grid-spacing-x-{breakpoint}` property, e.g. `--grid-spacing-y-tablet: var(--spirit-space-800)`. The breakpoint value must be one of the breakpoint tokens -except for the `mobile` breakpoint you don't need the suffix at all. The spacing is set to all larger breakpoints +except for the `mobile` breakpoint where you don't need the suffix at all. The spacing is set to all larger breakpoints automatically if you don't set them explicitly. E.g. if you set only `--grid-spacing-y-tablet: var(--spirit-space-800)` the spacing will be set to `var(--spirit-space-800)` for `tablet` and `desktop` breakpoints while on the `mobile` breakpoint the default spacing will be used. -Custom spacing from tablet up: +Custom vertical spacing from tablet up: ```html
diff --git a/packages/web/src/scss/components/Grid/index.html b/packages/web/src/scss/components/Grid/index.html index 13a998200d..6957f6b6a9 100644 --- a/packages/web/src/scss/components/Grid/index.html +++ b/packages/web/src/scss/components/Grid/index.html @@ -244,9 +244,9 @@

Nested Grid with Grid Item

First Nested Content @@ -255,9 +255,9 @@

Nested Grid with Grid Item

Second Nested Content