diff --git a/modules/primer-marketing-utilities/docs/layout.md b/modules/primer-marketing-utilities/docs/layout.md index cfe15b85..978fb6ec 100644 --- a/modules/primer-marketing-utilities/docs/layout.md +++ b/modules/primer-marketing-utilities/docs/layout.md @@ -13,16 +13,14 @@ Marketing layout utilities build on top of [primer-core utilities](/css/utilitie Position elements from all four element edges (`top`, `right`, `bottom`, and `left`) using any spacing utility from the global spacing scale and the marketing spacing scale (from `$spacer-1` to `$spacer-12`), including negative and 0 values. -Commonly used with `.position-absolute` to position decorative assets and shapes on marketing sites. +Use these with `.position-absolute` to position decorative assets and shapes on marketing sites. -In an effort to reduce css bloat, responsive breakpoints are only supported for `md` and `lg` breakpoints. There is no support for `sm` and `xl` breakpoints. +In an effort to reduce the size of our CSS, responsive breakpoints are only supported for `md` and `lg` breakpoints. **There is no support for `sm` and `xl` breakpoints.** ```html
-
- .top-2 - .top-md-0 - .top-lg-8 -
+
.top-2
+
.right-md-4
+
.left-lg-1
```