From 68c3e1897935cf3bb40c3d1bab18c9ea24e65f4a Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Wed, 23 Jan 2019 16:31:28 -0800 Subject: [PATCH] docs(marketing-utilities): tidy up layout docs --- modules/primer-marketing-utilities/docs/layout.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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
```