From e59bc2c965ef807ec332de657a79093bfc8b634a Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Wed, 17 Feb 2016 09:40:05 -0800 Subject: [PATCH] In media object docs, wrap the paragraph explaining flex mode differences in a callout so it's easier to see --- docs/pages/media-object.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/pages/media-object.md b/docs/pages/media-object.md index 57944723c..1bcfa75b6 100644 --- a/docs/pages/media-object.md +++ b/docs/pages/media-object.md @@ -23,7 +23,9 @@ A media object is a container with the class `.media-object`, and two or three s ``` -In flexbox mode, the class `.main-section` must be added to your center section in order to properly size it. +
+

In flexbox mode, the class `.main-section` must be added to your center section in order to properly size it.

+
```html
-- 2.47.2