diff --git a/package.json b/package.json index 40fc1fd3e..e0cad0ebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "14.1.1", + "version": "14.1.2", "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.", "repository": { "type": "git", diff --git a/src/core/styles.components.css b/src/core/styles.components.css index 1d3080a3e..f705265de 100644 --- a/src/core/styles.components.css +++ b/src/core/styles.components.css @@ -36,7 +36,11 @@ } .ui-section-spacing { - @apply py-80 sm:py-96 md:py-128; + @apply my-80 sm:my-96 md:my-128; + } + + .ui-content-spacing { + @apply my-40 sm:my-48 md:my-64; } .ui-divider-spacing {