diff options
| author | Joe Carstairs <118172583+jcarstairs-scottlogic@users.noreply.github.com> | 2024-01-25 17:01:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-25 17:01:13 +0000 |
| commit | fab184fe597c1c833cd0afee66387160f3029bdf (patch) | |
| tree | 7542f8c5b82b3327d82cc5defe2e84f86d6f11e7 /scss/modules/_product.scss | |
| parent | 1a6eb7e2ff0bf551e1560c67170e90fa8ec2a8ea (diff) | |
Replaces a few straggler --margins with --spacing (#67)
Diffstat (limited to 'scss/modules/_product.scss')
| -rw-r--r-- | scss/modules/_product.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/modules/_product.scss b/scss/modules/_product.scss index bc05dfd..cb74573 100644 --- a/scss/modules/_product.scss +++ b/scss/modules/_product.scss @@ -10,7 +10,7 @@ flex-direction: column; margin-inline: auto; width: fit-content; - gap: var(--margin-block-sm); + gap: var(--spacing-block-sm); } .product__action-block img { |
